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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 8508055: Move views::Accelerator to ui in order to use it from aura code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 9 years, 1 month 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/location_bar/location_bar_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index 614563f17bbd8eabacf2e07e51aa1c17a218c71a..038c127f1f2c291d4126917f6cd44cc7b3362b04 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -49,8 +49,10 @@ class TabContents;
class TabContentsWrapper;
class TemplateURLService;
-namespace views {
+namespace ui {
class Accelerator;
+} // namespace ui
+namespace views {
class HorizontalPainter;
class Label;
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698