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

Unified Diff: components/view_manager/native_viewport/onscreen_context_provider.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/onscreen_context_provider.h
diff --git a/components/native_viewport/onscreen_context_provider.h b/components/view_manager/native_viewport/onscreen_context_provider.h
similarity index 86%
rename from components/native_viewport/onscreen_context_provider.h
rename to components/view_manager/native_viewport/onscreen_context_provider.h
index ec27109a4f98475948e990dd08049acf885c498a..246e6a415e3c2d5a1e07b4f8f7ea2c616df79dad 100644
--- a/components/native_viewport/onscreen_context_provider.h
+++ b/components/view_manager/native_viewport/onscreen_context_provider.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_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
-#define COMPONENTS_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
+#ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
+#define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
#include <set>
@@ -48,4 +48,4 @@ class OnscreenContextProvider : public mojo::ContextProvider {
} // namespace mojo
-#endif // COMPONENTS_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_
+#endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_ONSCREEN_CONTEXT_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698