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

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

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
« no previous file with comments | « chrome/browser/dom_distiller/OWNERS ('k') | chrome/browser/dom_distiller/dom_distiller_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_distiller/dom_distiller_service_factory.h
diff --git a/components/dom_distiller/content/dom_distiller_service_factory.h b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
similarity index 88%
rename from components/dom_distiller/content/dom_distiller_service_factory.h
rename to chrome/browser/dom_distiller/dom_distiller_service_factory.h
index 33d19315dafbb8c446b640f2062a73993fe87f1e..b5a2c0e6acffa00531bca28f1a43bdeaab9f747e 100644
--- a/components/dom_distiller/content/dom_distiller_service_factory.h
+++ b/chrome/browser/dom_distiller/dom_distiller_service_factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_DOM_DISTILLER_CONTENT_DOM_DISTILLER_SERVICE_FACTORY_H_
-#define COMPONENTS_DOM_DISTILLER_CONTENT_DOM_DISTILLER_SERVICE_FACTORY_H_
+#ifndef CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_H_
+#define CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_H_
#include "base/memory/singleton.h"
#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h"
@@ -50,4 +50,4 @@ class DomDistillerServiceFactory : public BrowserContextKeyedServiceFactory {
} // namespace dom_distiller
-#endif
+#endif // CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_H_
« no previous file with comments | « chrome/browser/dom_distiller/OWNERS ('k') | chrome/browser/dom_distiller/dom_distiller_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698