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

Unified Diff: ash/common/wm/panels/panel_window_resizer.h

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/common/wm/panels/panel_window_resizer.h
diff --git a/ash/common/wm/panels/panel_window_resizer.h b/ash/common/wm/panels/panel_window_resizer.h
index b104d5ced7a9ec2807b77f8635f76cd9318c1226..dd8deed59175d959bcc986621317421981aa3c23 100644
--- a/ash/common/wm/panels/panel_window_resizer.h
+++ b/ash/common/wm/panels/panel_window_resizer.h
@@ -68,8 +68,8 @@ class ASH_EXPORT PanelWindowResizer : public WindowResizer {
std::unique_ptr<WindowResizer> next_window_resizer_;
// Panel container window.
- wm::WmWindow* panel_container_;
- wm::WmWindow* initial_panel_container_;
+ WmWindow* panel_container_;
+ WmWindow* initial_panel_container_;
// Set to true once Drag() is invoked and the bounds of the window change.
bool did_move_or_resize_;

Powered by Google App Engine
This is Rietveld 408576698