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

Unified Diff: apps/app_restore_service_factory.h

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_browsertest.cc ('k') | apps/app_restore_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_restore_service_factory.h
diff --git a/chrome/browser/extensions/app_restore_service_factory.h b/apps/app_restore_service_factory.h
similarity index 96%
rename from chrome/browser/extensions/app_restore_service_factory.h
rename to apps/app_restore_service_factory.h
index 519e23425c618d55791748bced7c905e076a9f0a..cf17ff201a4c4cc42c8ad76d4cc6063c955b6720 100644
--- a/chrome/browser/extensions/app_restore_service_factory.h
+++ b/apps/app_restore_service_factory.h
@@ -10,7 +10,7 @@
class Profile;
-namespace extensions {
+namespace apps {
class AppRestoreService;
@@ -37,6 +37,6 @@ class AppRestoreServiceFactory : public ProfileKeyedServiceFactory {
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
};
-} // namespace extensions
+} // namespace apps
#endif // CHROME_BROWSER_EXTENSIONS_APP_RESTORE_SERVICE_FACTORY_H_
« no previous file with comments | « apps/app_restore_service_browsertest.cc ('k') | apps/app_restore_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698