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

Unified Diff: extensions/extensions.gyp

Issue 583583008: Rename AppsClient -> AppWindowClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac & test 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index c6fd47a2f7aa5191e5a43330e0c624a66dda519c..a7afed47691d61321a644c8ec94c0fd21929fc65 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -499,8 +499,8 @@
'browser/app_window/app_window_geometry_cache.h',
'browser/app_window/app_window_registry.cc',
'browser/app_window/app_window_registry.h',
- 'browser/app_window/apps_client.cc',
- 'browser/app_window/apps_client.h',
+ 'browser/app_window/app_window_client.cc',
+ 'browser/app_window/app_window_client.h',
'browser/app_window/native_app_window.h',
'browser/app_window/size_constraints.cc',
'browser/app_window/size_constraints.h',

Powered by Google App Engine
This is Rietveld 408576698