| Index: apps/shell/browser/shell_browser_context.h
|
| diff --git a/apps/shell/shell_browser_context.h b/apps/shell/browser/shell_browser_context.h
|
| similarity index 91%
|
| rename from apps/shell/shell_browser_context.h
|
| rename to apps/shell/browser/shell_browser_context.h
|
| index 120a6b52d23e64d5dd3c78e38f3eedae583d07ba..cab69f6b42650b2af05ae0a0a551d0c92f7e54cf 100644
|
| --- a/apps/shell/shell_browser_context.h
|
| +++ b/apps/shell/browser/shell_browser_context.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_SHELL_BROWSER_CONTEXT_H_
|
| -#define APPS_SHELL_SHELL_BROWSER_CONTEXT_H_
|
| +#ifndef APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_
|
| +#define APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "content/shell/browser/shell_browser_context.h"
|
| @@ -41,4 +41,4 @@ class ShellBrowserContext : public content::ShellBrowserContext {
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_SHELL_SHELL_BROWSER_CONTEXT_H_
|
| +#endif // APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_
|
|
|