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

Unified Diff: ash/shelf/overflow_button.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/overflow_bubble_view.cc ('k') | ash/shelf/overflow_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_button.h
diff --git a/ash/common/shelf/overflow_button.h b/ash/shelf/overflow_button.h
similarity index 93%
rename from ash/common/shelf/overflow_button.h
rename to ash/shelf/overflow_button.h
index 32bf382225b0f75c8fecdcf7c97b6fc10c16fbf5..aaca229a9f78be8590fdc5dbaaf539928c0ed877 100644
--- a/ash/common/shelf/overflow_button.h
+++ b/ash/shelf/overflow_button.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_OVERFLOW_BUTTON_H_
-#define ASH_COMMON_SHELF_OVERFLOW_BUTTON_H_
+#ifndef ASH_SHELF_OVERFLOW_BUTTON_H_
+#define ASH_SHELF_OVERFLOW_BUTTON_H_
#include "base/macros.h"
#include "ui/gfx/geometry/rect.h"
@@ -64,4 +64,4 @@ class OverflowButton : public views::CustomButton {
} // namespace ash
-#endif // ASH_COMMON_SHELF_OVERFLOW_BUTTON_H_
+#endif // ASH_SHELF_OVERFLOW_BUTTON_H_
« no previous file with comments | « ash/shelf/overflow_bubble_view.cc ('k') | ash/shelf/overflow_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698