commit | e09ba55021ea324864cff41148a0d3ee65539963 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 05 03:26:29 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 05 03:26:29 2009 |
tree | 1d9fb31246f6029e3ab9fe56b334c01634ca7436 | |
parent | a9358722ff8a3955c5b4a7430fc16af314653d50 [diff] [blame] |
Finish taking out render_messages.h includes from headers. Review URL: http://codereview.chromium.org/20072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9209 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc index dceab2e..88d81ec 100644 --- a/chrome/browser/tab_contents/navigation_controller.cc +++ b/chrome/browser/tab_contents/navigation_controller.cc
@@ -17,6 +17,7 @@ #include "chrome/browser/tab_contents/tab_contents_delegate.h" #include "chrome/common/navigation_types.h" #include "chrome/common/notification_service.h" +#include "chrome/common/render_messages.h" #include "chrome/common/resource_bundle.h" #include "webkit/glue/webkit_glue.h"