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

Unified Diff: ash/public/cpp/shelf_types.h

Issue 2376103005: mustash: Break dependency of //ash/public/interfaces on //ash (Closed)
Patch Set: typo Created 4 years, 3 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/public/cpp/shelf_types.h
diff --git a/ash/common/shelf/shelf_types.h b/ash/public/cpp/shelf_types.h
similarity index 90%
rename from ash/common/shelf/shelf_types.h
rename to ash/public/cpp/shelf_types.h
index 9b0ac9e3214eb76ce76b04fcfb38dfc74d4797d1..5044211095f25c6ff0803f38d63df7fe6e1ba402 100644
--- a/ash/common/shelf/shelf_types.h
+++ b/ash/public/cpp/shelf_types.h
@@ -2,8 +2,8 @@
// 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_TYPES_H_
-#define ASH_COMMON_SHELF_SHELF_TYPES_H_
+#ifndef ASH_PUBLIC_CPP_SHELF_TYPES_H_
+#define ASH_PUBLIC_CPP_SHELF_TYPES_H_
namespace ash {
@@ -57,4 +57,4 @@ enum ShelfBackgroundType {
} // namespace ash
-#endif // ASH_COMMON_SHELF_SHELF_TYPES_H_
+#endif // ASH_PUBLIC_CPP_SHELF_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698