Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2272)

Unified Diff: chrome/browser/apps/app_load_service.cc

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/apps/app_load_service.h ('k') | chrome/browser/apps/app_load_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/apps/app_load_service.h ('k') | chrome/browser/apps/app_load_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698