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

Unified Diff: ash/mus/bridge/wm_lookup_mus.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/mus/bridge/wm_lookup_mus.h
diff --git a/ash/mus/bridge/wm_lookup_mus.h b/ash/mus/bridge/wm_lookup_mus.h
index dbf4ed896b0e14eba432480da680ebc8da4103df..93d5ccbd1e290e9c8460a2b2fd67d83c81f73b35 100644
--- a/ash/mus/bridge/wm_lookup_mus.h
+++ b/ash/mus/bridge/wm_lookup_mus.h
@@ -7,22 +7,22 @@
#include <stdint.h>
-#include "ash/common/wm/wm_lookup.h"
+#include "ash/common/wm_lookup.h"
#include "base/macros.h"
namespace ash {
namespace mus {
// WmLookup implementation for mus.
-class WmLookupMus : public wm::WmLookup {
+class WmLookupMus : public WmLookup {
public:
WmLookupMus();
~WmLookupMus() override;
- // wm::WmLookup:
- wm::WmRootWindowController* GetRootWindowControllerWithDisplayId(
+ // WmLookup:
+ WmRootWindowController* GetRootWindowControllerWithDisplayId(
int64_t id) override;
- wm::WmWindow* GetWindowForWidget(views::Widget* widget) override;
+ WmWindow* GetWindowForWidget(views::Widget* widget) override;
private:
DISALLOW_COPY_AND_ASSIGN(WmLookupMus);

Powered by Google App Engine
This is Rietveld 408576698