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

Unified Diff: chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ui_zoom stuff to components instead. Created 6 years 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/cocoa/location_bar/zoom_decoration_unittest.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm
index ec3316c10b4987ebf94dc9ea1332220503bbf592..b7e1f8a786fcaebd1b3791981ebed8b201569896 100644
--- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm
+++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration_unittest.mm
@@ -3,8 +3,10 @@
// found in the LICENSE file.
#import "chrome/browser/ui/cocoa/location_bar/zoom_decoration.h"
-#include "chrome/browser/ui/zoom/zoom_controller.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
+#include "components/ui/zoom/zoom_controller.h"
+
+using components::ZoomController;
Alexei Svitkine (slow) 2014/12/04 15:52:02 Nit: Just use the namespace where this is referenc
wjmaclean 2014/12/04 15:57:45 Done.
namespace {

Powered by Google App Engine
This is Rietveld 408576698