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

Unified Diff: components/view_manager/native_viewport/native_viewport_impl.h

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: components/view_manager/native_viewport/native_viewport_impl.h
diff --git a/components/native_viewport/native_viewport_impl.h b/components/view_manager/native_viewport/native_viewport_impl.h
similarity index 87%
rename from components/native_viewport/native_viewport_impl.h
rename to components/view_manager/native_viewport/native_viewport_impl.h
index 3e72185ee9a799d749e001c37f32bc902f3a3a6c..c89f9e5e12a82115b639b53fd4ea08061b1d3500 100644
--- a/components/native_viewport/native_viewport_impl.h
+++ b/components/view_manager/native_viewport/native_viewport_impl.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
-#define COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
+#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
+#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
#include <set>
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "components/gpu/public/interfaces/gpu.mojom.h"
-#include "components/native_viewport/onscreen_context_provider.h"
-#include "components/native_viewport/platform_viewport.h"
-#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
+#include "components/view_manager/native_viewport/onscreen_context_provider.h"
+#include "components/view_manager/native_viewport/platform_viewport.h"
+#include "components/view_manager/public/interfaces/native_viewport.mojom.h"
#include "mojo/application/app_lifetime_helper.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
#include "ui/gfx/geometry/rect.h"
@@ -91,4 +91,4 @@ class NativeViewportImpl : public mojo::NativeViewport,
} // namespace native_viewport
-#endif // COMPONENTS_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_
+#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698