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

Unified Diff: ash/touch/touch_uma.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add \n 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
« no previous file with comments | « ash/touch/touch_uma.h ('k') | base/linux_util.cc » ('j') | base/logging_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_uma.cc
diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc
index 9ab7ba41847aae438fa86ddeb3e082301874615c..82c853b942332879eb0369fd742e88bc89467932 100644
--- a/ash/touch/touch_uma.cc
+++ b/ash/touch/touch_uma.cc
@@ -52,7 +52,7 @@ namespace ash {
// static
TouchUMA* TouchUMA::GetInstance() {
- return Singleton<TouchUMA>::get();
+ return base::Singleton<TouchUMA>::get();
}
void TouchUMA::RecordGestureEvent(aura::Window* target,
« no previous file with comments | « ash/touch/touch_uma.h ('k') | base/linux_util.cc » ('j') | base/logging_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698