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

Unified Diff: components/zoom/page_zoom.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/OWNERS ('k') | components/zoom/page_zoom.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zoom/page_zoom.h
diff --git a/components/ui/zoom/page_zoom.h b/components/zoom/page_zoom.h
similarity index 88%
rename from components/ui/zoom/page_zoom.h
rename to components/zoom/page_zoom.h
index 1c4de10a33580ed2d2d3e44abb6271b4370bf503..bba8bd3bc37571367c5e9e77f2c73a4ca8ac5426 100644
--- a/components/ui/zoom/page_zoom.h
+++ b/components/zoom/page_zoom.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_PAGE_ZOOM_H_
-#define COMPONENTS_UI_ZOOM_PAGE_ZOOM_H_
+#ifndef COMPONENTS_ZOOM_PAGE_ZOOM_H_
+#define COMPONENTS_ZOOM_PAGE_ZOOM_H_
#include <vector>
@@ -14,7 +14,7 @@ namespace content {
class WebContents;
}
-namespace ui_zoom {
+namespace zoom {
// This class provides a means of zooming pages according to a predetermined
// set of zoom levels/factors. In future, the static methods in this class
@@ -41,6 +41,6 @@ class PageZoom {
DISALLOW_COPY_AND_ASSIGN(PageZoom);
};
-} // namespace ui_zoom
+} // namespace zoom
-#endif // COMPONENTS_UI_ZOOM_PAGE_ZOOM_H_
+#endif // COMPONENTS_ZOOM_PAGE_ZOOM_H_
« no previous file with comments | « components/zoom/OWNERS ('k') | components/zoom/page_zoom.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698