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

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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: ash/system/web_notification/ash_popup_alignment_delegate.cc
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
index 99fd8161458770fc75dabf861f7611841da124f7..e6a657671b2253038f9b8214725e376b58b0c854 100644
--- a/ash/system/web_notification/ash_popup_alignment_delegate.cc
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
@@ -4,8 +4,8 @@
#include "ash/system/web_notification/ash_popup_alignment_delegate.h"
-#include "ash/common/wm/wm_lookup.h"
-#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm_lookup.h"
+#include "ash/common/wm_window.h"
#include "ash/display/window_tree_host_manager.h"
#include "ash/shelf/shelf_constants.h"
#include "ash/shelf/shelf_layout_manager.h"
@@ -112,7 +112,7 @@ wm::ShelfAlignment AshPopupAlignmentDelegate::GetAlignment() const {
}
display::Display AshPopupAlignmentDelegate::GetCurrentDisplay() const {
- return wm::WmLookup::Get()
+ return WmLookup::Get()
->GetWindowForWidget(shelf_->shelf_widget())
->GetDisplayNearestWindow();
}

Powered by Google App Engine
This is Rietveld 408576698