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

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

Issue 171593002: Rename ChromeShellWindowDelegate to ChromeAppWindowDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_shell_window_delegate_views.cc b/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
similarity index 75%
rename from chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc
rename to chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
index a529e004fc51b0dad039d7ad19514de2cb46f338..e73cf76b4b22a1f5337acad21b92bd4c59387b82 100644
--- a/chrome/browser/ui/views/apps/chrome_shell_window_delegate_views.cc
+++ b/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
+#include "chrome/browser/ui/apps/chrome_app_window_delegate.h"
#include "chrome/browser/ui/views/apps/native_app_window_views.h"
// static
-apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl(
+apps::NativeAppWindow* ChromeAppWindowDelegate::CreateNativeAppWindowImpl(
apps::AppWindow* app_window,
const apps::AppWindow::CreateParams& params) {
NativeAppWindowViews* window = new NativeAppWindowViews;

Powered by Google App Engine
This is Rietveld 408576698