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

Unified Diff: chrome/browser/ui/apps/chrome_app_window_client.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/ui/apps/chrome_app_window_client.h
diff --git a/chrome/browser/ui/apps/chrome_app_window_client.h b/chrome/browser/ui/apps/chrome_app_window_client.h
index 8e601087a5d8106d2e6b1cf1cc37b2e81febc55c..3f4378dc4f669d7753537f548e13a316bc22e0fa 100644
--- a/chrome/browser/ui/apps/chrome_app_window_client.h
+++ b/chrome/browser/ui/apps/chrome_app_window_client.h
@@ -9,8 +9,10 @@
#include "base/compiler_specific.h"
#include "extensions/browser/app_window/app_window_client.h"
+namespace base {
template <typename T>
struct DefaultSingletonTraits;
+}
// The implementation of AppWindowClient for Chrome.
class ChromeAppWindowClient : public extensions::AppWindowClient {
@@ -22,7 +24,7 @@ class ChromeAppWindowClient : public extensions::AppWindowClient {
static ChromeAppWindowClient* GetInstance();
private:
- friend struct DefaultSingletonTraits<ChromeAppWindowClient>;
+ friend struct base::DefaultSingletonTraits<ChromeAppWindowClient>;
// extensions::AppWindowClient
extensions::AppWindow* CreateAppWindow(
« no previous file with comments | « chrome/browser/ui/app_list/start_page_service_factory.cc ('k') | chrome/browser/ui/apps/chrome_app_window_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698