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

Unified Diff: ash/shelf/shelf_types.h

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/shelf/shelf_types.h
diff --git a/ash/shelf_types.h b/ash/shelf/shelf_types.h
similarity index 89%
rename from ash/shelf_types.h
rename to ash/shelf/shelf_types.h
index ac35c58d0708998e1662836bfa612928fc595e44..82cf63050c53ae2e85cc05f3cf61638889d30649 100644
--- a/ash/shelf_types.h
+++ b/ash/shelf/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_SHELF_TYPES_H_
-#define ASH_SHELF_TYPES_H_
+#ifndef ASH_SHELF_SHELF_TYPES_H_
+#define ASH_SHELF_SHELF_TYPES_H_
namespace ash {
@@ -43,4 +43,4 @@ enum ShelfAutoHideState {
} // namespace ash
-#endif // ASH_SHELF_TYPES_H_
+#endif // ASH_SHELF_SHELF_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698