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

Unified Diff: components/zoom/zoom_event_manager.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/zoom_controller.cc ('k') | components/zoom/zoom_event_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zoom/zoom_event_manager.h
diff --git a/components/ui/zoom/zoom_event_manager.h b/components/zoom/zoom_event_manager.h
similarity index 92%
rename from components/ui/zoom/zoom_event_manager.h
rename to components/zoom/zoom_event_manager.h
index 0a819473c0842e551619e4880205c1b453d4786e..ae2c8f9a0133fd965748ccd523c0000f2b55ad2d 100644
--- a/components/ui/zoom/zoom_event_manager.h
+++ b/components/zoom/zoom_event_manager.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_EVENT_MANAGER_H_
-#define COMPONENTS_UI_ZOOM_ZOOM_EVENT_MANAGER_H_
+#ifndef COMPONENTS_ZOOM_ZOOM_EVENT_MANAGER_H_
+#define COMPONENTS_ZOOM_ZOOM_EVENT_MANAGER_H_
#include <memory>
@@ -18,7 +18,7 @@ namespace content {
class BrowserContext;
} // namespace content
-namespace ui_zoom {
+namespace zoom {
class ZoomEventManagerObserver;
@@ -70,6 +70,6 @@ class ZoomEventManager : public base::SupportsUserData::Data {
DISALLOW_COPY_AND_ASSIGN(ZoomEventManager);
};
-} // namespace ui_zoom
+} // namespace zoom
-#endif // COMPONENTS_UI_ZOOM_ZOOM_EVENT_MANAGER_H_
+#endif // COMPONENTS_ZOOM_ZOOM_EVENT_MANAGER_H_
« no previous file with comments | « components/zoom/zoom_controller.cc ('k') | components/zoom/zoom_event_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698