| 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_
|
|
|