diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-08 20:06:33 +0000 |
commit | 1132436ee7d63e3f6391a3b4982c06e760fc5ca7 (patch) | |
tree | 3cfad32f35597bdd7b8d1ee0068f16e82cfc3586 /chrome/test/testing_profile.h | |
parent | b6f2b3d611de57b44f47be6a3d4c56bd7cd7a54a (diff) | |
download | chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.zip chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.gz chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.bz2 |
Remove more unneeded scaffolding.
Review URL: http://codereview.chromium.org/63129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 758b70f..416d0db 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -11,21 +11,12 @@ #include "base/file_util.h" #include "chrome/browser/bookmarks/bookmark_model.h" #include "chrome/browser/browser_prefs.h" +#include "chrome/browser/history/history.h" #include "chrome/browser/profile.h" #include "chrome/browser/search_engines/template_url_model.h" #include "chrome/browser/sessions/session_service.h" #include "chrome/common/pref_service.h" -#if defined(OS_POSIX) -// TODO(port): get rid of this include. It's used just to provide declarations -// and stub definitions for classes we encouter during the porting effort. -#include "chrome/common/temp_scaffolding_stubs.h" -#endif - -// TODO(port): Get rid of this section and finish porting. -#if defined(OS_WIN) -#include "chrome/browser/history/history.h" -#endif class TestingProfile : public Profile { public: |