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

Unified Diff: apps/shell/browser/shell_app_window_delegate.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
« no previous file with comments | « apps/apps.gypi ('k') | apps/ui/views/base_native_app_window_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_app_window_delegate.cc
diff --git a/apps/shell/browser/shell_app_window_delegate.cc b/apps/shell/browser/shell_app_window_delegate.cc
index 11b0f831ea799c76555ed66c4e31a6d5ef4729f7..19e4f0c39de14b8fcd877afe445c08c0b9661b57 100644
--- a/apps/shell/browser/shell_app_window_delegate.cc
+++ b/apps/shell/browser/shell_app_window_delegate.cc
@@ -4,7 +4,7 @@
#include "apps/shell/browser/shell_app_window_delegate.h"
-#include "apps/ui/views/base_native_app_window_views.h"
+#include "apps/ui/views/native_app_window_views.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_contents_view.h"
#include "ui/aura/window.h"
@@ -21,7 +21,7 @@ void ShellAppWindowDelegate::InitWebContents(
NativeAppWindow* ShellAppWindowDelegate::CreateNativeAppWindow(
AppWindow* window,
const AppWindow::CreateParams& params) {
- BaseNativeAppWindowViews* native_app_window = new BaseNativeAppWindowViews;
+ NativeAppWindowViews* native_app_window = new NativeAppWindowViews;
native_app_window->Init(window, params);
return native_app_window;
}
« no previous file with comments | « apps/apps.gypi ('k') | apps/ui/views/base_native_app_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698