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

Unified Diff: mash/wm/shelf_layout_impl.h

Issue 2024313002: Moves mash/wm/public -> ash/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 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 | « mash/wm/root_window_controller.cc ('k') | mash/wm/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/shelf_layout_impl.h
diff --git a/mash/wm/shelf_layout_impl.h b/mash/wm/shelf_layout_impl.h
index d72f5e2f6e355ff7c9b5f7c0154b98bf6f661b0f..e0d36cce30bcd40ebb94fc47dcc610839821a36f 100644
--- a/mash/wm/shelf_layout_impl.h
+++ b/mash/wm/shelf_layout_impl.h
@@ -5,8 +5,8 @@
#ifndef MASH_WM_SHELF_LAYOUT_IMPL_H_
#define MASH_WM_SHELF_LAYOUT_IMPL_H_
+#include "ash/public/interfaces/shelf_layout.mojom.h"
#include "base/macros.h"
-#include "mash/wm/public/interfaces/shelf_layout.mojom.h"
namespace mash {
namespace wm {
@@ -15,7 +15,7 @@ class RootWindowController;
// Implements the ShelfLayout mojo interface to listen for layout changes from
// the system UI application.
-class ShelfLayoutImpl : public mojom::ShelfLayout {
+class ShelfLayoutImpl : public ash::mojom::ShelfLayout {
public:
ShelfLayoutImpl();
~ShelfLayoutImpl() override;
« no previous file with comments | « mash/wm/root_window_controller.cc ('k') | mash/wm/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698