| Index: apps/shell/app/shell_main_delegate.h
|
| diff --git a/apps/shell/shell_main_delegate.h b/apps/shell/app/shell_main_delegate.h
|
| similarity index 88%
|
| rename from apps/shell/shell_main_delegate.h
|
| rename to apps/shell/app/shell_main_delegate.h
|
| index 19f033356e38a59091b45b2c51981a0faebc62be..1506b711d4c3630d230faa5f89ba42b21d791a00 100644
|
| --- a/apps/shell/shell_main_delegate.h
|
| +++ b/apps/shell/app/shell_main_delegate.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_MAIN_DELEGATE_H_
|
| -#define APPS_SHELL_SHELL_MAIN_DELEGATE_H_
|
| +#ifndef APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
|
| +#define APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -37,4 +37,4 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_SHELL_SHELL_MAIN_DELEGATE_H_
|
| +#endif // APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
|
|
|