| Index: apps/ui/views/shaped_app_window_targeter.h
|
| diff --git a/chrome/browser/ui/views/apps/shaped_app_window_targeter.h b/apps/ui/views/shaped_app_window_targeter.h
|
| similarity index 77%
|
| rename from chrome/browser/ui/views/apps/shaped_app_window_targeter.h
|
| rename to apps/ui/views/shaped_app_window_targeter.h
|
| index 144a986343b0520e9a030fd1993ab4d9b1def6f8..6269dbc50d14daaed7dc88b0a6660694e42a5a47 100644
|
| --- a/chrome/browser/ui/views/apps/shaped_app_window_targeter.h
|
| +++ b/apps/ui/views/shaped_app_window_targeter.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 CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
|
| +#ifndef APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_
|
| +#define APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_
|
|
|
| #include "ui/wm/public/masked_window_targeter.h"
|
|
|
| @@ -25,4 +25,4 @@ class ShapedAppWindowTargeter : public wm::MaskedWindowTargeter {
|
| DISALLOW_COPY_AND_ASSIGN(ShapedAppWindowTargeter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_APPS_SHAPED_APP_WINDOW_TARGETER_H_
|
| +#endif // APPS_UI_VIEWS_SHAPED_APP_WINDOW_TARGETER_H_
|
|
|