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

Unified Diff: content/renderer/media/webrtc_uma_histograms.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: content/renderer/media/webrtc_uma_histograms.h
diff --git a/content/renderer/media/webrtc_uma_histograms.h b/content/renderer/media/webrtc_uma_histograms.h
index 2ab6f6d65366821cf1fbec4108b465942ba7d10d..1da9f7049c11557f3dadb120032634e782994906 100644
--- a/content/renderer/media/webrtc_uma_histograms.h
+++ b/content/renderer/media/webrtc_uma_histograms.h
@@ -73,7 +73,7 @@ class CONTENT_EXPORT PerSessionWebRTCAPIMetrics : public base::NonThreadSafe {
void DecrementStreamCounter();
protected:
- friend struct DefaultSingletonTraits<PerSessionWebRTCAPIMetrics>;
+ friend struct base::DefaultSingletonTraits<PerSessionWebRTCAPIMetrics>;
friend void UpdateWebRTCMethodCount(JavaScriptAPIName);
// Protected so that unit tests can test without this being a

Powered by Google App Engine
This is Rietveld 408576698