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

Unified Diff: athena/activity/activity_frame_view.cc

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 | « no previous file | athena/content/app_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/activity_frame_view.cc
diff --git a/athena/activity/activity_frame_view.cc b/athena/activity/activity_frame_view.cc
index 67cd0241435c45ea044a15c7b481d8084c5fc2f7..fa0c36c0e422a2bd5c0d364cef26f4835558a86f 100644
--- a/athena/activity/activity_frame_view.cc
+++ b/athena/activity/activity_frame_view.cc
@@ -59,11 +59,11 @@ ActivityFrameView::ActivityFrameView(views::Widget* frame,
UpdateWindowTitle();
UpdateWindowIcon();
- WindowManager::GetInstance()->AddObserver(this);
+ WindowManager::Get()->AddObserver(this);
}
ActivityFrameView::~ActivityFrameView() {
- WindowManager::GetInstance()->RemoveObserver(this);
+ WindowManager::Get()->RemoveObserver(this);
}
gfx::Rect ActivityFrameView::GetBoundsForClientView() const {
« no previous file with comments | « no previous file | athena/content/app_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698