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

Unified Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view.h

Issue 2753243002: Views/Harmony: Replace layout constants in chrome/browser/ui/views/extensions. (Closed)
Patch Set: Clean up includes. 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
Index: chrome/browser/ui/views/extensions/extension_install_dialog_view.h
diff --git a/chrome/browser/ui/views/extensions/extension_install_dialog_view.h b/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
index fafb61249989c8a65d6fce04bc219cac229b0a8e..2a87fad34262222b3241062e8c425cdc31a442fb 100644
--- a/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
+++ b/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "chrome/browser/extensions/extension_install_prompt.h"
+#include "chrome/browser/ui/views/harmony/layout_delegate.h"
tapted 2017/03/20 03:41:52 is this needed here? (maybe move to the .cc?)
Patti Lor 2017/03/21 06:24:30 Thanks, not sure how that got through :O
#include "ui/gfx/animation/animation_delegate.h"
#include "ui/gfx/animation/slide_animation.h"
#include "ui/views/controls/button/button.h"

Powered by Google App Engine
This is Rietveld 408576698