| Index: chrome/browser/apps/app_load_service.cc
|
| diff --git a/apps/app_load_service.cc b/chrome/browser/apps/app_load_service.cc
|
| similarity index 97%
|
| rename from apps/app_load_service.cc
|
| rename to chrome/browser/apps/app_load_service.cc
|
| index 38b6c6511762cc266bb8e76f083cc92a972b8b92..1835b3dadb3d41329c7c12dea59a44289c97b650 100644
|
| --- a/apps/app_load_service.cc
|
| +++ b/chrome/browser/apps/app_load_service.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/app_load_service.h"
|
| +#include "chrome/browser/apps/app_load_service.h"
|
|
|
| -#include "apps/app_load_service_factory.h"
|
| #include "apps/app_restore_service.h"
|
| #include "apps/launcher.h"
|
| +#include "chrome/browser/apps/app_load_service_factory.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/unpacked_installer.h"
|
| #include "content/public/browser/browser_context.h"
|
| @@ -29,8 +29,7 @@ namespace apps {
|
|
|
| AppLoadService::PostReloadAction::PostReloadAction()
|
| : action_type(LAUNCH_FOR_RELOAD),
|
| - command_line(base::CommandLine::NO_PROGRAM) {
|
| -}
|
| + command_line(base::CommandLine::NO_PROGRAM) {}
|
|
|
| AppLoadService::AppLoadService(content::BrowserContext* context)
|
| : context_(context) {
|
|
|