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

Unified Diff: remoting/host/win/host_service.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 4 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: remoting/host/win/host_service.h
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
index 0ab78fee67b667f2aaa42a68e5c270296f0cb538..e7fbf2614a2646303deb933541e15a09a45ac067 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -122,7 +122,7 @@ class HostService : public WtsTerminalMonitor {
base::WeakPtrFactory<HostService> weak_factory_;
// Singleton.
- friend struct DefaultSingletonTraits<HostService>;
+ friend struct base::DefaultSingletonTraits<HostService>;
DISALLOW_COPY_AND_ASSIGN(HostService);
};

Powered by Google App Engine
This is Rietveld 408576698