| 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);
|
|
|