diff options
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r-- | chrome/test/testing_profile.cc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index ba3f77c..cde8ff1 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -5,14 +5,9 @@ #include "chrome/test/testing_profile.h" #include "base/string_util.h" -#include "chrome/common/chrome_constants.h" +#include "chrome/browser/bookmarks/bookmark_model.h" #include "chrome/browser/history/history_backend.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 +#include "chrome/common/chrome_constants.h" using base::Time; |