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

Unified Diff: chrome/browser/ui/views/apps/chrome_apps_client_views.cc

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc Created 6 years, 4 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: chrome/browser/ui/views/apps/chrome_apps_client_views.cc
diff --git a/chrome/browser/ui/views/apps/chrome_apps_client_views.cc b/chrome/browser/ui/views/apps/chrome_apps_client_views.cc
index 4c72e4cfc5c36e070b1c06a23436ddbc18b1983c..827fbdff70035ec5c9dd30ce9c79b91375651a23 100644
--- a/chrome/browser/ui/views/apps/chrome_apps_client_views.cc
+++ b/chrome/browser/ui/views/apps/chrome_apps_client_views.cc
@@ -8,8 +8,8 @@
// static
extensions::NativeAppWindow* ChromeAppsClient::CreateNativeAppWindowImpl(
- apps::AppWindow* app_window,
- const apps::AppWindow::CreateParams& params) {
+ extensions::AppWindow* app_window,
+ const extensions::AppWindow::CreateParams& params) {
ChromeNativeAppWindowViews* window = new ChromeNativeAppWindowViews;
window->Init(app_window, params);
return window;

Powered by Google App Engine
This is Rietveld 408576698