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

Unified Diff: views/touchui/gesture_manager.cc

Issue 5696005: Fix GestureManager Singleton implementation (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years 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 | « views/touchui/gesture_manager.h ('k') | views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/touchui/gesture_manager.cc
diff --git a/views/touchui/gesture_manager.cc b/views/touchui/gesture_manager.cc
index b88aa56a357a6781e3749e119e0d3d045aa7d797..5f0cbd5e692f25530160e6bc0362f6525c51aa6e 100644
--- a/views/touchui/gesture_manager.cc
+++ b/views/touchui/gesture_manager.cc
@@ -16,7 +16,7 @@ namespace views {
GestureManager::~GestureManager() {
}
-GestureManager* GestureManager::Get() {
+GestureManager* GestureManager::GetInstance() {
return Singleton<GestureManager>::get();
}
« no previous file with comments | « views/touchui/gesture_manager.h ('k') | views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698