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.h | |
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.h')
-rw-r--r-- | chrome/browser/profile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index ef2f713..754a97a 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -12,16 +12,12 @@ #include "base/basictypes.h" #include "base/file_path.h" -#include "base/ref_counted.h" #include "base/scoped_ptr.h" -#include "base/task.h" #include "base/timer.h" #ifdef CHROME_PERSONALIZATION #include "chrome/personalization/personalization.h" #endif #include "chrome/common/notification_observer.h" -#include "chrome/common/pref_names.h" -#include "chrome/common/pref_service.h" class BookmarkModel; class ChromeURLRequestContext; @@ -42,7 +38,6 @@ class WebDataService; class Profile { public: - // Profile services are accessed with the following parameter. This parameter // defines what the caller plans to do with the service. // The caller is responsible for not performing any operation that would |