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

Unified Diff: chrome/browser/dom_distiller/dom_distiller_service_factory.cc

Issue 100623006: Move dom_distiller_service_factory to //chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after conflict with blundell@chromium.org (!) Created 7 years 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/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

Powered by Google App Engine
This is Rietveld 408576698