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

Unified Diff: content/browser/cocoa/system_hotkey_helper_mac.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: content/browser/cocoa/system_hotkey_helper_mac.h
diff --git a/content/browser/cocoa/system_hotkey_helper_mac.h b/content/browser/cocoa/system_hotkey_helper_mac.h
index 63d9e514854f925e3dee12905a3f7c0f4338060e..7cfe1658ef5a31d993f7799ce2483eb867b9191f 100644
--- a/content/browser/cocoa/system_hotkey_helper_mac.h
+++ b/content/browser/cocoa/system_hotkey_helper_mac.h
@@ -32,7 +32,7 @@ class SystemHotkeyHelperMac {
SystemHotkeyMap* map() { return map_.get(); }
private:
- friend struct DefaultSingletonTraits<SystemHotkeyHelperMac>;
+ friend struct base::DefaultSingletonTraits<SystemHotkeyHelperMac>;
SystemHotkeyHelperMac();
~SystemHotkeyHelperMac();
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/browser/cocoa/system_hotkey_helper_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698