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

Unified Diff: components/native_app_window/native_app_window_views.cc

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/native_app_window/native_app_window_views.cc
diff --git a/apps/ui/views/native_app_window_views.cc b/components/native_app_window/native_app_window_views.cc
similarity index 99%
rename from apps/ui/views/native_app_window_views.cc
rename to components/native_app_window/native_app_window_views.cc
index b053af5946115bd0983be38fe5ea69e03034a0b9..7ba95eeb2bf95f15204fb415d304f460c16cb5ac 100644
--- a/apps/ui/views/native_app_window_views.cc
+++ b/components/native_app_window/native_app_window_views.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 "apps/ui/views/native_app_window_views.h"
+#include "components/native_app_window/native_app_window_views.h"
#include "base/threading/sequenced_worker_pool.h"
#include "content/public/browser/render_view_host.h"

Powered by Google App Engine
This is Rietveld 408576698