| Index: components/zoom/zoom_observer.h
|
| diff --git a/components/ui/zoom/zoom_observer.h b/components/zoom/zoom_observer.h
|
| similarity index 67%
|
| rename from components/ui/zoom/zoom_observer.h
|
| rename to components/zoom/zoom_observer.h
|
| index 5d99975e77f6d4112d31cccdc2fed259a11f356c..c61f3513a2d208e7411c40be033039302a2c3a31 100644
|
| --- a/components/ui/zoom/zoom_observer.h
|
| +++ b/components/zoom/zoom_observer.h
|
| @@ -2,12 +2,12 @@
|
| // 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_OBSERVER_H_
|
| -#define COMPONENTS_UI_ZOOM_ZOOM_OBSERVER_H_
|
| +#ifndef COMPONENTS_ZOOM_ZOOM_OBSERVER_H_
|
| +#define COMPONENTS_ZOOM_ZOOM_OBSERVER_H_
|
|
|
| -#include "components/ui/zoom/zoom_controller.h"
|
| +#include "components/zoom/zoom_controller.h"
|
|
|
| -namespace ui_zoom {
|
| +namespace zoom {
|
|
|
| // Interface for objects that wish to be notified of changes in ZoomController.
|
| class ZoomObserver {
|
| @@ -20,6 +20,6 @@ class ZoomObserver {
|
| virtual ~ZoomObserver() {}
|
| };
|
|
|
| -} // namespace ui_zoom
|
| +} // namespace zoom
|
|
|
| -#endif // COMPONENTS_UI_ZOOM_ZOOM_OBSERVER_H_
|
| +#endif // COMPONENTS_ZOOM_ZOOM_OBSERVER_H_
|
|
|