Chromium Code Reviews| Index: chrome/browser/ui/views/apps/native_app_window_views.cc |
| diff --git a/chrome/browser/ui/views/extensions/native_app_window_views.cc b/chrome/browser/ui/views/apps/native_app_window_views.cc |
| similarity index 98% |
| rename from chrome/browser/ui/views/extensions/native_app_window_views.cc |
| rename to chrome/browser/ui/views/apps/native_app_window_views.cc |
| index a7cc935ac4001fee27382a44941b748a229c88c1..debc1256e44951fe6f607c50c328017876d07b8d 100644 |
| --- a/chrome/browser/ui/views/extensions/native_app_window_views.cc |
| +++ b/chrome/browser/ui/views/apps/native_app_window_views.cc |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/ui/views/extensions/native_app_window_views.h" |
| +#include "chrome/browser/ui/views/apps/native_app_window_views.h" |
| #include "base/command_line.h" |
| #include "base/file_util.h" |
| @@ -747,11 +747,3 @@ void NativeAppWindowViews::RenderViewHostChanged() { |
| OnViewWasResized(); |
| } |
|
tapted
2013/08/01 07:18:59
nit: remove blank line
benwells
2013/08/01 08:19:39
Done.
|
| -//------------------------------------------------------------------------------ |
| -// NativeAppWindow::Create |
| - |
| -// static |
| -NativeAppWindow* NativeAppWindow::Create( |
| - ShellWindow* shell_window, const ShellWindow::CreateParams& params) { |
| - return new NativeAppWindowViews(shell_window, params); |
| -} |