Index: chrome/browser/chromeos/file_system_provider/file_system_provider_service_factory.cc |
diff --git a/chrome/browser/chromeos/file_system_provider/service_factory.cc b/chrome/browser/chromeos/file_system_provider/file_system_provider_service_factory.cc |
similarity index 88% |
rename from chrome/browser/chromeos/file_system_provider/service_factory.cc |
rename to chrome/browser/chromeos/file_system_provider/file_system_provider_service_factory.cc |
index 7322376bc2d0855cb5427549387535f6d76ac72e..3dcd3311a0b03d6e87c9264c397cc95151ccadcb 100644 |
--- a/chrome/browser/chromeos/file_system_provider/service_factory.cc |
+++ b/chrome/browser/chromeos/file_system_provider/file_system_provider_service_factory.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/chromeos/file_system_provider/service_factory.h" |
+#include "chrome/browser/chromeos/file_system_provider/file_system_provider_service_factory.h" |
-#include "chrome/browser/chromeos/file_system_provider/service.h" |
+#include "chrome/browser/chromeos/file_system_provider/file_system_provider_service.h" |
#include "chrome/browser/extensions/extension_system_factory.h" |
#include "chrome/browser/profiles/incognito_helpers.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |
@@ -38,7 +38,8 @@ ServiceFactory::ServiceFactory() |
DependsOn(extensions::ExtensionSystemFactory::GetInstance()); |
} |
-ServiceFactory::~ServiceFactory() {} |
+ServiceFactory::~ServiceFactory() { |
+} |
KeyedService* ServiceFactory::BuildServiceInstanceFor( |
content::BrowserContext* profile) const { |
@@ -47,7 +48,9 @@ KeyedService* ServiceFactory::BuildServiceInstanceFor( |
extensions::ExtensionRegistry::Get(Profile::FromBrowserContext(profile))); |
} |
-bool ServiceFactory::ServiceIsCreatedWithBrowserContext() const { return true; } |
+bool ServiceFactory::ServiceIsCreatedWithBrowserContext() const { |
+ return true; |
+} |
content::BrowserContext* ServiceFactory::GetBrowserContextToUse( |
content::BrowserContext* context) const { |