| Index: shell/background_application_loader.h
|
| diff --git a/shell/android/background_application_loader.h b/shell/background_application_loader.h
|
| similarity index 92%
|
| rename from shell/android/background_application_loader.h
|
| rename to shell/background_application_loader.h
|
| index 53629631af16b63463a796ad1ffe62c6db2dace9..6d9cb6de315a612b2cace3079412d3044e05fa0d 100644
|
| --- a/shell/android/background_application_loader.h
|
| +++ b/shell/background_application_loader.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 SHELL_ANDROID_BACKGROUND_APPLICATION_LOADER_H_
|
| -#define SHELL_ANDROID_BACKGROUND_APPLICATION_LOADER_H_
|
| +#ifndef SHELL_BACKGROUND_APPLICATION_LOADER_H_
|
| +#define SHELL_BACKGROUND_APPLICATION_LOADER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -60,4 +60,4 @@ class BackgroundApplicationLoader
|
|
|
| } // namespace shell
|
|
|
| -#endif // SHELL_ANDROID_BACKGROUND_APPLICATION_LOADER_H_
|
| +#endif // SHELL_BACKGROUND_APPLICATION_LOADER_H_
|
|
|