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

Unified Diff: components/zoom/zoom_controller.h

Issue 2019423005: Move //components/ui/zoom to top-level under //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « components/zoom/test/zoom_test_utils.cc ('k') | components/zoom/zoom_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zoom/zoom_controller.h
diff --git a/components/ui/zoom/zoom_controller.h b/components/zoom/zoom_controller.h
similarity index 97%
rename from components/ui/zoom/zoom_controller.h
rename to components/zoom/zoom_controller.h
index d8977e029af1300116b23581303d124d76b56488..a0b86876d78338751ab32a9cd9694ee93ae6aba3 100644
--- a/components/ui/zoom/zoom_controller.h
+++ b/components/zoom/zoom_controller.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 COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
-#define COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
+#ifndef COMPONENTS_ZOOM_ZOOM_CONTROLLER_H_
+#define COMPONENTS_ZOOM_ZOOM_CONTROLLER_H_
#include <memory>
@@ -22,7 +22,7 @@ namespace content {
class WebContents;
}
-namespace ui_zoom {
+namespace zoom {
class ZoomObserver;
class ZoomRequestClient : public base::RefCounted<ZoomRequestClient> {
@@ -199,6 +199,6 @@ class ZoomController : public content::WebContentsObserver,
DISALLOW_COPY_AND_ASSIGN(ZoomController);
};
-} // namespace ui_zoom
+} // namespace zoom
-#endif // COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
+#endif // COMPONENTS_ZOOM_ZOOM_CONTROLLER_H_
« no previous file with comments | « components/zoom/test/zoom_test_utils.cc ('k') | components/zoom/zoom_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698