| Index: chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| diff --git a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views_win.cc b/chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| similarity index 77%
|
| rename from chrome/browser/ui/views/apps/chrome_app_window_delegate_views_win.cc
|
| rename to chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc
|
| index d52271926112ad491e4f1066812e6fb0347a5bfb..2456e27ca53760fc09f6503a5fb63621e71c8c24 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views_win.cc
|
| +++ b/chrome/browser/ui/views/apps/chrome_apps_client_views_win.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_app_window_delegate.h"
|
| +#include "chrome/browser/ui/apps/chrome_apps_client.h"
|
|
|
| #include "chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h"
|
|
|
| // static
|
| -apps::NativeAppWindow* ChromeAppWindowDelegate::CreateNativeAppWindowImpl(
|
| +apps::NativeAppWindow* ChromeAppsClient::CreateNativeAppWindowImpl(
|
| apps::AppWindow* app_window,
|
| const apps::AppWindow::CreateParams& params) {
|
| ChromeNativeAppWindowViewsWin* window = new ChromeNativeAppWindowViewsWin;
|
|
|