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

Unified Diff: apps/ui/views/shaped_app_window_targeter.cc

Issue 171003004: Extract Chrome-specific code from NativeAppWindowViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win, clang (split_native_app_window) Created 6 years, 10 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: apps/ui/views/shaped_app_window_targeter.cc
diff --git a/chrome/browser/ui/views/apps/shaped_app_window_targeter.cc b/apps/ui/views/shaped_app_window_targeter.cc
similarity index 83%
rename from chrome/browser/ui/views/apps/shaped_app_window_targeter.cc
rename to apps/ui/views/shaped_app_window_targeter.cc
index ae319bef865285636f1af90ad01f6aea78f3d3c3..5933e1889938ada8a19d48bc1521fa4cedd7b17c 100644
--- a/chrome/browser/ui/views/apps/shaped_app_window_targeter.cc
+++ b/apps/ui/views/shaped_app_window_targeter.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/views/apps/shaped_app_window_targeter.h"
+#include "apps/ui/views/shaped_app_window_targeter.h"
-#include "chrome/browser/ui/views/apps/native_app_window_views.h"
+#include "apps/ui/views/native_app_window_views.h"
#include "ui/gfx/path.h"
ShapedAppWindowTargeter::ShapedAppWindowTargeter(

Powered by Google App Engine
This is Rietveld 408576698