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

Unified Diff: ash/shelf/shelf_controller.h

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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/shelf/shelf_constants.cc ('k') | ash/shelf/shelf_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_controller.h
diff --git a/ash/common/shelf/shelf_controller.h b/ash/shelf/shelf_controller.h
similarity index 91%
rename from ash/common/shelf/shelf_controller.h
rename to ash/shelf/shelf_controller.h
index b058d4ffbf1b95880e98c55685a3c0f2635077d8..de4a19ac6dd02a65fc7f83738be12c6b0df941ed 100644
--- a/ash/common/shelf/shelf_controller.h
+++ b/ash/shelf/shelf_controller.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_SHELF_SHELF_CONTROLLER_H_
-#define ASH_COMMON_SHELF_SHELF_CONTROLLER_H_
+#ifndef ASH_SHELF_SHELF_CONTROLLER_H_
+#define ASH_SHELF_SHELF_CONTROLLER_H_
#include <map>
#include <string>
-#include "ash/common/shelf/shelf_item_types.h"
-#include "ash/common/shelf/shelf_model.h"
#include "ash/public/cpp/shelf_types.h"
#include "ash/public/interfaces/shelf.mojom.h"
+#include "ash/shelf/shelf_item_types.h"
+#include "ash/shelf/shelf_model.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/public/cpp/bindings/interface_ptr_set.h"
@@ -73,4 +73,4 @@ class ShelfController : public mojom::ShelfController {
} // namespace ash
-#endif // ASH_COMMON_SHELF_SHELF_CONTROLLER_H_
+#endif // ASH_SHELF_SHELF_CONTROLLER_H_
« no previous file with comments | « ash/shelf/shelf_constants.cc ('k') | ash/shelf/shelf_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698