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

Unified Diff: chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.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/views/frame/global_menu_bar_registrar_x11.h
diff --git a/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h b/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h
index e35e87c0d20c17edf960e7a997b698926c069d2e..694f776b24ef4035c0595fa822d72b5cd864acbc 100644
--- a/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h
+++ b/chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h
@@ -28,7 +28,7 @@ class GlobalMenuBarRegistrarX11 {
void OnWindowUnmapped(unsigned long xid);
private:
- friend struct DefaultSingletonTraits<GlobalMenuBarRegistrarX11>;
+ friend struct base::DefaultSingletonTraits<GlobalMenuBarRegistrarX11>;
GlobalMenuBarRegistrarX11();
~GlobalMenuBarRegistrarX11();

Powered by Google App Engine
This is Rietveld 408576698