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

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

Issue 2712293002: Remove non-MD code from ShelfButton (Closed)
Patch Set: Rebased Created 3 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
« no previous file with comments | « no previous file | ash/common/shelf/shelf_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_button.h
diff --git a/ash/common/shelf/shelf_button.h b/ash/common/shelf/shelf_button.h
index d52ef98fbf7ebe55a8af8e0c42651676c7abb06d..8e2bc3d4910ffb7958642bc00bce02cafeba6a38 100644
--- a/ash/common/shelf/shelf_button.h
+++ b/ash/common/shelf/shelf_button.h
@@ -9,7 +9,10 @@
#include "base/macros.h"
#include "ui/gfx/shadow_value.h"
#include "ui/views/controls/button/custom_button.h"
-#include "ui/views/controls/image_view.h"
+
+namespace views {
+class ImageView;
+}
namespace ash {
class InkDropButtonListener;
« no previous file with comments | « no previous file | ash/common/shelf/shelf_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698