| Index: extensions/shell/browser/shell_extension_web_contents_observer.h
|
| diff --git a/apps/shell/browser/shell_extension_web_contents_observer.h b/extensions/shell/browser/shell_extension_web_contents_observer.h
|
| similarity index 79%
|
| rename from apps/shell/browser/shell_extension_web_contents_observer.h
|
| rename to extensions/shell/browser/shell_extension_web_contents_observer.h
|
| index aa703ebaeead4c051836718b9591594077943a19..7cec0420e5b6451b45c236e0e27e58d294e3881a 100644
|
| --- a/apps/shell/browser/shell_extension_web_contents_observer.h
|
| +++ b/extensions/shell/browser/shell_extension_web_contents_observer.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_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
| -#define APPS_SHELL_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
| +#ifndef EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
| +#define EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
|
|
| #include "content/public/browser/web_contents_user_data.h"
|
| #include "extensions/browser/extension_web_contents_observer.h"
|
| @@ -26,4 +26,4 @@ class ShellExtensionWebContentsObserver
|
|
|
| } // namespace extensions
|
|
|
| -#endif // APPS_SHELL_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
| +#endif // EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_WEB_CONTENTS_OBSERVER_H_
|
|
|