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

Unified Diff: chrome/browser/ui/apps/chrome_apps_client.cc

Issue 479933003: Move NativeAppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/apps/chrome_apps_client.cc
diff --git a/chrome/browser/ui/apps/chrome_apps_client.cc b/chrome/browser/ui/apps/chrome_apps_client.cc
index 3e43b5e76f49bee9f080d29ae442dc00d93f766c..d7c6c53dc2be5be8e2fe8b4ab883bcd43e7d83b6 100644
--- a/chrome/browser/ui/apps/chrome_apps_client.cc
+++ b/chrome/browser/ui/apps/chrome_apps_client.cc
@@ -47,7 +47,7 @@ apps::AppWindow* ChromeAppsClient::CreateAppWindow(
#endif
}
-apps::NativeAppWindow* ChromeAppsClient::CreateNativeAppWindow(
+extensions::NativeAppWindow* ChromeAppsClient::CreateNativeAppWindow(
apps::AppWindow* window,
const apps::AppWindow::CreateParams& params) {
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/ui/apps/chrome_apps_client.h ('k') | chrome/browser/ui/ash/accelerator_commands_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698