Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: chrome/browser/bookmarks/chrome_bookmark_client_factory.h

Issue 1233673002: Fix componentization of chrome/browser/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments by tfarina and fix compilation Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/chrome_bookmark_client_factory.h
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client_factory.h b/chrome/browser/bookmarks/chrome_bookmark_client_factory.h
index 597728bb1e2e99d20918ad609ad00caff55ae1df..a5971f6545a0f5330279d75ba6eddf933e19513f 100644
--- a/chrome/browser/bookmarks/chrome_bookmark_client_factory.h
+++ b/chrome/browser/bookmarks/chrome_bookmark_client_factory.h
@@ -19,8 +19,8 @@ class Profile;
class ChromeBookmarkClientFactory : public BrowserContextKeyedServiceFactory {
public:
static ChromeBookmarkClient* GetForProfile(Profile* profile);
-
static ChromeBookmarkClientFactory* GetInstance();
+ static TestingFactoryFunction GetDefaultFactory();
private:
friend struct DefaultSingletonTraits<ChromeBookmarkClientFactory>;

Powered by Google App Engine
This is Rietveld 408576698