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

Unified Diff: content/browser/renderer_host/text_input_client_mac.mm

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/renderer_host/text_input_client_mac.mm
diff --git a/content/browser/renderer_host/text_input_client_mac.mm b/content/browser/renderer_host/text_input_client_mac.mm
index 131ab92b1e3fff2bc76da00d982cdc4ca4d9032b..dac24b364f2cbba9be67881751044d8fe436eb4d 100644
--- a/content/browser/renderer_host/text_input_client_mac.mm
+++ b/content/browser/renderer_host/text_input_client_mac.mm
@@ -30,7 +30,7 @@ TextInputClientMac::~TextInputClientMac() {
// static
TextInputClientMac* TextInputClientMac::GetInstance() {
- return Singleton<TextInputClientMac>::get();
+ return base::Singleton<TextInputClientMac>::get();
}
void TextInputClientMac::GetStringAtPoint(
« no previous file with comments | « content/browser/renderer_host/text_input_client_mac.h ('k') | content/browser/shared_worker/shared_worker_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698