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

Unified Diff: athena/extensions/athena_app_window_client_base.h

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 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
« no previous file with comments | « athena/athena.gyp ('k') | athena/extensions/athena_app_window_client_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/extensions/athena_app_window_client_base.h
diff --git a/athena/extensions/athena_app_window_client_base.h b/athena/extensions/athena_app_window_client_base.h
index c22a0998c8e330f74f12f3c8b32ca03ee888f6d8..84ae0c245c0f09a2effa1334a0daf2be9b8919db 100644
--- a/athena/extensions/athena_app_window_client_base.h
+++ b/athena/extensions/athena_app_window_client_base.h
@@ -18,9 +18,9 @@ class AthenaAppWindowClientBase : public extensions::AppWindowClient {
private:
// extensions::AppWindowClient
- virtual extensions::NativeAppWindow* CreateNativeAppWindow(
+ virtual native_app_window::NativeAppWindow* CreateNativeAppWindow(
extensions::AppWindow* window,
- const extensions::AppWindow::CreateParams& params) OVERRIDE;
+ const native_app_window::AppWindowCreateParams& params) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AthenaAppWindowClientBase);
};
« no previous file with comments | « athena/athena.gyp ('k') | athena/extensions/athena_app_window_client_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698