| Index: components/zoom/page_zoom_constants.h
|
| diff --git a/components/ui/zoom/page_zoom_constants.h b/components/zoom/page_zoom_constants.h
|
| similarity index 70%
|
| rename from components/ui/zoom/page_zoom_constants.h
|
| rename to components/zoom/page_zoom_constants.h
|
| index bb2111ef25c0203f80c7c20efb0a2feb19263b90..52c550a564a6a1fdafd9cf9b434657b1f5f9da58 100644
|
| --- a/components/ui/zoom/page_zoom_constants.h
|
| +++ b/components/zoom/page_zoom_constants.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_UI_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
| -#define COMPONENTS_UI_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
| +#ifndef COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
| +#define COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
|
|
| #include <stddef.h>
|
|
|
| #include <vector>
|
|
|
| -namespace ui_zoom {
|
| +namespace zoom {
|
|
|
| // Default zoom factors supported by ui_zoom.
|
| extern const double kPresetZoomFactors[];
|
| @@ -19,4 +19,4 @@ extern const std::size_t kPresetZoomFactorsSize;
|
|
|
| } // namespace ui_zoom
|
|
|
| -#endif // COMPONENTS_UI_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
| +#endif // COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_
|
|
|