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

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

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.h
diff --git a/chrome/browser/ui/views/apps/shaped_app_window_targeter.h b/apps/ui/views/shaped_app_window_targeter.h
similarity index 77%
rename from chrome/browser/ui/views/apps/shaped_app_window_targeter.h
rename to apps/ui/views/shaped_app_window_targeter.h
index 144a986343b0520e9a030fd1993ab4d9b1def6f8..6269dbc50d14daaed7dc88b0a6660694e42a5a47 100644
--- a/chrome/browser/ui/views/apps/shaped_app_window_targeter.h
+++ b/apps/ui/views/shaped_app_window_targeter.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 CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
-#define CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
+#ifndef APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_
+#define APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_
#include "ui/wm/public/masked_window_targeter.h"
@@ -25,4 +25,4 @@ class ShapedAppWindowTargeter : public wm::MaskedWindowTargeter {
DISALLOW_COPY_AND_ASSIGN(ShapedAppWindowTargeter);
};
-#endif // CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
+#endif // APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_

Powered by Google App Engine
This is Rietveld 408576698