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

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

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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 a5971f6545a0f5330279d75ba6eddf933e19513f..69760986bab8102d4388eb1f2e9cc606d5faf5b3 100644
--- a/chrome/browser/bookmarks/chrome_bookmark_client_factory.h
+++ b/chrome/browser/bookmarks/chrome_bookmark_client_factory.h
@@ -8,8 +8,10 @@
#include "base/macros.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+namespace base {
template <typename T>
struct DefaultSingletonTraits;
+} // namespace base
class ChromeBookmarkClient;
class Profile;
@@ -23,7 +25,7 @@ class ChromeBookmarkClientFactory : public BrowserContextKeyedServiceFactory {
static TestingFactoryFunction GetDefaultFactory();
private:
- friend struct DefaultSingletonTraits<ChromeBookmarkClientFactory>;
+ friend struct base::DefaultSingletonTraits<ChromeBookmarkClientFactory>;
ChromeBookmarkClientFactory();
~ChromeBookmarkClientFactory() override;
« no previous file with comments | « chrome/browser/bookmarks/bookmark_model_factory.cc ('k') | chrome/browser/bookmarks/chrome_bookmark_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698