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/test/testing_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/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 0db9952..305ad78 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -6,7 +6,10 @@ #define CHROME_TEST_TESTING_PROFILE_H_ #pragma once +#include "base/ref_counted.h" #include "base/scoped_temp_dir.h" +#include "base/scoped_ptr.h" +#include "base/timer.h" #include "chrome/browser/profile.h" namespace history { |