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

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

Issue 181503009: Rename BaseNativeAppWindowViews and NativeAppWindowViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (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: chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
diff --git a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc b/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
index 0ea03174cd8b0749a4c52402967bb61e4e4b23e8..deb73187a4e69e5e4681797af10a613276d4dd50 100644
--- a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
+++ b/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
@@ -4,13 +4,13 @@
#include "chrome/browser/ui/apps/chrome_app_window_delegate.h"
-#include "chrome/browser/ui/views/apps/native_app_window_views.h"
+#include "chrome/browser/ui/views/apps/chrome_native_app_window_views.h"
// static
apps::NativeAppWindow* ChromeAppWindowDelegate::CreateNativeAppWindowImpl(
apps::AppWindow* app_window,
const apps::AppWindow::CreateParams& params) {
- NativeAppWindowViews* window = new NativeAppWindowViews;
+ ChromeNativeAppWindowViews* window = new ChromeNativeAppWindowViews;
window->Init(app_window, params);
return window;
}
« no previous file with comments | « apps/ui/views/native_app_window_views.cc ('k') | chrome/browser/ui/views/apps/chrome_app_window_delegate_views_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698