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

Unified Diff: chrome/browser/platform_apps/platform_app_service_factory.h

Issue 11293087: Create a new chrome/browser/apps folder and move PlatformAppService there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apps -> platform_apps Created 8 years, 1 month 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
Index: chrome/browser/platform_apps/platform_app_service_factory.h
diff --git a/chrome/browser/extensions/platform_app_service_factory.h b/chrome/browser/platform_apps/platform_app_service_factory.h
similarity index 75%
rename from chrome/browser/extensions/platform_app_service_factory.h
rename to chrome/browser/platform_apps/platform_app_service_factory.h
index 82412e92dbd849bd3a3305124c828cd9f66e8290..ea5d87994c309d2dcdffa92cc5e0dae15b123cc6 100644
--- a/chrome/browser/extensions/platform_app_service_factory.h
+++ b/chrome/browser/platform_apps/platform_app_service_factory.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_SERVICE_FACTORY_H_
-#define CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_SERVICE_FACTORY_H_
+#ifndef CHROME_BROWSER_PLATFORM_APPS_PLATFORM_APP_SERVICE_FACTORY_H_
+#define CHROME_BROWSER_PLATFORM_APPS_PLATFORM_APP_SERVICE_FACTORY_H_
#include "base/memory/singleton.h"
-#include "chrome/browser/extensions/platform_app_service.h"
+#include "chrome/browser/platform_apps/platform_app_service.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
-namespace extensions {
+namespace platform_apps {
class PlatformAppServiceFactory : public ProfileKeyedServiceFactory {
public:
@@ -31,6 +31,6 @@ class PlatformAppServiceFactory : public ProfileKeyedServiceFactory {
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
};
-} // namespace extensions
+} // namespace platform_apps
-#endif // CHROME_BROWSER_EXTENSIONS_PLATFORM_APP_SERVICE_FACTORY_H_
+#endif // CHROME_BROWSER_PLATFORM_APPS_PLATFORM_APP_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698