diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-01 18:23:00 +0000 |
commit | dcccb943bf4fd080a5574520b0e2150825a57db7 (patch) | |
tree | 5f7cab85ba74e825fed2d65beeffc96e38365f1c /chrome/browser/profile.cc | |
parent | 1d458fa236a1aba5c6adde38607dcfd54d2455e0 (diff) | |
download | chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.zip chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.gz chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.bz2 |
Fix a bunch of header includes. I removed some unnecessary headers from a
variety of places and added ones in other files that were accidentally
depending on them.
Review URL: http://codereview.chromium.org/19742
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index bdbf4a0..7d29654 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -7,11 +7,9 @@ #include "base/command_line.h" #include "base/file_path.h" #include "base/file_util.h" -#include "base/lock.h" #include "base/path_service.h" #include "base/scoped_ptr.h" #include "base/string_util.h" -#include "base/values.h" #include "chrome/app/locales/locale_settings.h" #include "chrome/browser/browser_list.h" #include "chrome/browser/browser_process.h" @@ -25,18 +23,12 @@ #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/net/cookie_monster_sqlite.h" #include "chrome/common/notification_service.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" #include "chrome/common/render_messages.h" #include "chrome/common/resource_bundle.h" -#include "net/base/cookie_monster.h" -#include "net/base/cookie_policy.h" -#include "net/http/http_cache.h" -#include "net/proxy/proxy_service.h" #include "net/url_request/url_request_context.h" -#include "webkit/glue/webkit_glue.h" #if defined(OS_POSIX) // TODO(port): get rid of this include. It's used just to provide declarations |