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

Unified Diff: content/browser/message_port_service.cc

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/message_port_service.cc
diff --git a/content/browser/message_port_service.cc b/content/browser/message_port_service.cc
index 31318d453b6681cf74ef85e4b4be5f2e755c5fb5..d5e5b23f3a3779fdb37b6482ceb66fb5be42c1d0 100644
--- a/content/browser/message_port_service.cc
+++ b/content/browser/message_port_service.cc
@@ -50,7 +50,7 @@ struct MessagePortService::MessagePort {
};
MessagePortService* MessagePortService::GetInstance() {
- return Singleton<MessagePortService>::get();
+ return base::Singleton<MessagePortService>::get();
}
MessagePortService::MessagePortService()
« no previous file with comments | « content/browser/message_port_service.h ('k') | content/browser/notifications/notification_event_dispatcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698