| Index: components/native_app_window/native_app_window_views.h
|
| diff --git a/apps/ui/views/native_app_window_views.h b/components/native_app_window/native_app_window_views.h
|
| similarity index 97%
|
| rename from apps/ui/views/native_app_window_views.h
|
| rename to components/native_app_window/native_app_window_views.h
|
| index 931faba211d476acf929c0e87b7338fdf4357388..ca18bc215162d9e3d2fccb8f555c1601fc7c482f 100644
|
| --- a/apps/ui/views/native_app_window_views.h
|
| +++ b/components/native_app_window/native_app_window_views.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef APPS_UI_VIEWS_NATIVE_APP_WINDOW_VIEWS_H_
|
| -#define APPS_UI_VIEWS_NATIVE_APP_WINDOW_VIEWS_H_
|
| +#ifndef COMPONENTS_NATIVE_APP_WINDOW_NATIVE_APP_WINDOW_VIEWS_H_
|
| +#define COMPONENTS_NATIVE_APP_WINDOW_NATIVE_APP_WINDOW_VIEWS_H_
|
|
|
| #include "base/observer_list.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| @@ -195,4 +195,4 @@ class NativeAppWindowViews : public extensions::NativeAppWindow,
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_UI_VIEWS_NATIVE_APP_WINDOW_VIEWS_H_
|
| +#endif // COMPONENTS_NATIVE_APP_WINDOW_NATIVE_APP_WINDOW_VIEWS_H_
|
|
|