| 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 90%
|
| rename from apps/shell/shell_main_delegate.h
|
| rename to apps/shell/app/shell_main_delegate.h
|
| index 14f56589df52f26898da9c5c086e18a62be7b5af..6af939501a3896919eb1487ef07ea49769d8eea6 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"
|
| @@ -44,4 +44,4 @@ class ShellMainDelegate : public content::ContentMainDelegate {
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_SHELL_SHELL_MAIN_DELEGATE_H_
|
| +#endif // APPS_SHELL_APP_SHELL_MAIN_DELEGATE_H_
|
|
|