| Index: apps/shell/browser/web_view_window.h
|
| diff --git a/apps/shell/web_view_window.h b/apps/shell/browser/web_view_window.h
|
| similarity index 76%
|
| rename from apps/shell/web_view_window.h
|
| rename to apps/shell/browser/web_view_window.h
|
| index cfe2e078568ff1cd70825dc274bcafb8915f8ea0..b785ed7984e2fc3e1e4311fa1205c0b9bdd8113d 100644
|
| --- a/apps/shell/web_view_window.h
|
| +++ b/apps/shell/browser/web_view_window.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_SHELL_WEB_VIEW_WINDOW_H_
|
| -#define APPS_SHELL_WEB_VIEW_WINDOW_H_
|
| +#ifndef APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
|
| +#define APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
|
|
|
| namespace aura {
|
| class Window;
|
| @@ -21,4 +21,4 @@ void ShowWebViewWindow(content::BrowserContext* browser_context,
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_SHELL_WEB_VIEW_WINDOW_H_
|
| +#endif // APPS_SHELL_BROWSER_WEB_VIEW_WINDOW_H_
|
|
|