diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 17:22:47 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 17:22:47 +0000 |
commit | ca5e74074a7da332dfd5858801779cba2c66b6b6 (patch) | |
tree | d2a991658b9a4c9098811eba861eec5fdf22afa9 /chrome/browser/profile.h | |
parent | 8ef78fddcb2f0d11dd1600f97f0adba7d104e68e (diff) | |
download | chromium_src-ca5e74074a7da332dfd5858801779cba2c66b6b6.zip chromium_src-ca5e74074a7da332dfd5858801779cba2c66b6b6.tar.gz chromium_src-ca5e74074a7da332dfd5858801779cba2c66b6b6.tar.bz2 |
Removed unnecessary includes from profile.h and added the now necessary includes to other files
Review URL: http://codereview.chromium.org/3142019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index efd8982..5043607 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -9,16 +9,11 @@ #pragma once #include "base/basictypes.h" -#include "base/ref_counted.h" -#include "base/scoped_ptr.h" -#include "base/timer.h" -#include "chrome/browser/spellcheck_host_observer.h" -#include "chrome/common/notification_registrar.h" - -#if defined(OS_CHROMEOS) -#include "chrome/browser/chromeos/preferences.h" -#endif +#include "base/logging.h" +namespace base { +class Time; +} namespace history { class TopSites; } |