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

Unified Diff: apps/app_restore_service_factory.cc

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 7 years, 11 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 | « apps/app_restore_service_factory.h ('k') | apps/apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_restore_service_factory.cc
diff --git a/chrome/browser/extensions/app_restore_service_factory.cc b/apps/app_restore_service_factory.cc
similarity index 87%
rename from chrome/browser/extensions/app_restore_service_factory.cc
rename to apps/app_restore_service_factory.cc
index 9a527aa43cfadf66e46b54906cacf9ab08d98e29..22ebe32304784bc7573edf1a3d05a1b938242cda 100644
--- a/chrome/browser/extensions/app_restore_service_factory.cc
+++ b/apps/app_restore_service_factory.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/app_restore_service_factory.h"
+#include "apps/app_restore_service_factory.h"
-#include "chrome/browser/extensions/app_restore_service.h"
+#include "apps/app_restore_service.h"
#include "chrome/browser/profiles/profile_dependency_manager.h"
-namespace extensions {
+namespace apps {
// static
AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
@@ -43,4 +43,4 @@ bool AppRestoreServiceFactory::ServiceIsCreatedWithProfile() const {
return true;
}
-} // namespace extensions
+} // namespace apps
« no previous file with comments | « apps/app_restore_service_factory.h ('k') | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698