Index: chrome/test/base/testing_profile.h |
=================================================================== |
--- chrome/test/base/testing_profile.h (revision 141067) |
+++ chrome/test/base/testing_profile.h (working copy) |
@@ -32,12 +32,10 @@ |
} |
class AutocompleteClassifier; |
-class BookmarkModel; |
class CommandLine; |
class ExtensionPrefs; |
class ExtensionSpecialStoragePolicy; |
class FaviconService; |
-class HistoryService; |
class HostContentSettingsMap; |
class PrefService; |
class ProfileDependencyManager; |
@@ -270,12 +268,6 @@ |
// The favicon service. Only created if CreateFaviconService is invoked. |
scoped_ptr<FaviconService> favicon_service_; |
- // The history service. Only created if CreateHistoryService is invoked. |
- scoped_refptr<HistoryService> history_service_; |
- |
- // The BookmarkModel. Only created if CreateBookmarkModel is invoked. |
- scoped_ptr<BookmarkModel> bookmark_bar_model_; |
- |
// The ProtocolHandlerRegistry. Only created if CreateProtocolHandlerRegistry |
// is invoked. |
scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_; |