Index: chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
diff --git a/components/dom_distiller/content/dom_distiller_service_factory.cc b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
similarity index 93% |
rename from components/dom_distiller/content/dom_distiller_service_factory.cc |
rename to chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
index 0b88cf3d632cb18cc047703c633689ce53bf55e4..7bc75c3e578eb930fe7717559ee30ce382d4dcc2 100644 |
--- a/components/dom_distiller/content/dom_distiller_service_factory.cc |
+++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/dom_distiller/content/dom_distiller_service_factory.h" |
+#include "chrome/browser/dom_distiller/dom_distiller_service_factory.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "components/browser_context_keyed_service/browser_context_dependency_manager.h" |
@@ -72,9 +72,8 @@ BrowserContextKeyedService* DomDistillerServiceFactory::BuildServiceInstanceFor( |
content::BrowserContext* DomDistillerServiceFactory::GetBrowserContextToUse( |
content::BrowserContext* context) const { |
// TODO(cjhopman): Do we want this to be |
- // GetBrowserContextRedirectedInIncognito? If so, find some way to use that in |
- // components/. |
+ // GetBrowserContextRedirectedInIncognito? |
return context; |
} |
-} // namespace apps |
+} // namespace dom_distiller |