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

Unified Diff: athena/wm/public/window_manager.h

Issue 599683003: [Athena, Cleanup] rename WidnowManager::GetInstance -> ::Get (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fixed unittests Created 6 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
« no previous file with comments | « athena/test/athena_test_base.cc ('k') | athena/wm/test/window_manager_impl_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/public/window_manager.h
diff --git a/athena/wm/public/window_manager.h b/athena/wm/public/window_manager.h
index ee8a2e580496087827bbea68597441b08dd99a45..bafc618bfb2f7f27e0b15885849c96eebdbfe5ba 100644
--- a/athena/wm/public/window_manager.h
+++ b/athena/wm/public/window_manager.h
@@ -19,7 +19,7 @@ class ATHENA_EXPORT WindowManager {
// implementation.
static WindowManager* Create();
static void Shutdown();
- static WindowManager* GetInstance();
+ static WindowManager* Get();
virtual ~WindowManager() {}
« no previous file with comments | « athena/test/athena_test_base.cc ('k') | athena/wm/test/window_manager_impl_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698