| 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_
|
|
|