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

Unified Diff: components/view_manager/native_viewport/platform_viewport_win.cc

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/platform_viewport_win.cc
diff --git a/components/native_viewport/platform_viewport_win.cc b/components/view_manager/native_viewport/platform_viewport_win.cc
similarity index 98%
rename from components/native_viewport/platform_viewport_win.cc
rename to components/view_manager/native_viewport/platform_viewport_win.cc
index 1d2a7e88f708a210ecadf02f1d09980ac8694f24..6a48302450210af5296852cb28889f6b7b9d791e 100644
--- a/components/native_viewport/platform_viewport_win.cc
+++ b/components/view_manager/native_viewport/platform_viewport_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/native_viewport/platform_viewport.h"
+#include "components/view_manager/native_viewport/platform_viewport.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/converters/geometry/geometry_type_converters.h"

Powered by Google App Engine
This is Rietveld 408576698