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

Unified Diff: ash/common/shelf/shelf_item_delegate_manager.h

Issue 2046513003: mash: Move shelf model and item classes to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@initshelfearly
Patch Set: 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
« no previous file with comments | « ash/common/shelf/shelf_item_delegate.h ('k') | ash/common/shelf/shelf_item_delegate_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_item_delegate_manager.h
diff --git a/ash/shelf/shelf_item_delegate_manager.h b/ash/common/shelf/shelf_item_delegate_manager.h
similarity index 90%
rename from ash/shelf/shelf_item_delegate_manager.h
rename to ash/common/shelf/shelf_item_delegate_manager.h
index 3fb52edc3832281326677ed217fc21fb12076f8d..5a863f585b91992e6c0603abaf38bd3fa015bce4 100644
--- a/ash/shelf/shelf_item_delegate_manager.h
+++ b/ash/common/shelf/shelf_item_delegate_manager.h
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
-#define ASH_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
+#ifndef ASH_COMMON_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
+#define ASH_COMMON_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
#include <map>
#include <memory>
#include "ash/ash_export.h"
-#include "ash/shelf/shelf_item_types.h"
-#include "ash/shelf/shelf_model_observer.h"
-#include "base/compiler_specific.h"
+#include "ash/common/shelf/shelf_item_types.h"
+#include "ash/common/shelf/shelf_model_observer.h"
#include "base/macros.h"
#include "base/observer_list.h"
@@ -82,4 +81,4 @@ class ASH_EXPORT ShelfItemDelegateManager : public ShelfModelObserver {
} // namespace ash
-#endif // ASH_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
+#endif // ASH_COMMON_SHELF_SHELF_ITEM_DELEGATE_MANAGER_H_
« no previous file with comments | « ash/common/shelf/shelf_item_delegate.h ('k') | ash/common/shelf/shelf_item_delegate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698