diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 09:39:44 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 09:39:44 +0000 |
commit | ce560f84a2640482e7880cee4d9e4b1661fed3bc (patch) | |
tree | 12ddd0b4d810b477bc732278b734ef3708650c8d /chrome/browser/tab_contents/navigation_entry.cc | |
parent | 5775257334a0fc605d27312556ad3123d5909865 (diff) | |
download | chromium_src-ce560f84a2640482e7880cee4d9e4b1661fed3bc.zip chromium_src-ce560f84a2640482e7880cee4d9e4b1661fed3bc.tar.gz chromium_src-ce560f84a2640482e7880cee4d9e4b1661fed3bc.tar.bz2 |
Headers cleanup in chrome/browser/
- reduce header dependencies
- miscellanous cleanups (add missing includes for OS_ defines etc)
Further changesets may follow. I was only looking at header files up to character_encoding.h.
Review URL: http://codereview.chromium.org/118072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/navigation_entry.cc')
-rw-r--r-- | chrome/browser/tab_contents/navigation_entry.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/navigation_entry.cc b/chrome/browser/tab_contents/navigation_entry.cc index b2235bc..5a3ea92 100644 --- a/chrome/browser/tab_contents/navigation_entry.cc +++ b/chrome/browser/tab_contents/navigation_entry.cc @@ -5,6 +5,7 @@ #include "chrome/browser/tab_contents/navigation_entry.h" #include "app/resource_bundle.h" +#include "chrome/browser/profile.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" |