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

Unified Diff: chrome/browser/speech/tts_android.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/speech/tts_android.h
diff --git a/chrome/browser/speech/tts_android.h b/chrome/browser/speech/tts_android.h
index 6dcf02b4fa79c05dedd470f8ce30fc72ae3e5187..f6ce3b237fde39abd19745cd49ead4201849047e 100644
--- a/chrome/browser/speech/tts_android.h
+++ b/chrome/browser/speech/tts_android.h
@@ -35,7 +35,7 @@ class TtsPlatformImplAndroid : public TtsPlatformImpl {
static bool Register(JNIEnv* env);
private:
- friend struct DefaultSingletonTraits<TtsPlatformImplAndroid>;
+ friend struct base::DefaultSingletonTraits<TtsPlatformImplAndroid>;
TtsPlatformImplAndroid();
~TtsPlatformImplAndroid() override;
« no previous file with comments | « chrome/browser/speech/extension_api/tts_engine_extension_observer.cc ('k') | chrome/browser/speech/tts_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698