| Index: extensions/browser/api/declarative/deduping_factory.h
|
| diff --git a/chrome/browser/extensions/api/declarative/deduping_factory.h b/extensions/browser/api/declarative/deduping_factory.h
|
| similarity index 96%
|
| rename from chrome/browser/extensions/api/declarative/deduping_factory.h
|
| rename to extensions/browser/api/declarative/deduping_factory.h
|
| index 73dbf792015d61cce2176fd80e5d0e3a499f4839..57fbdd7773fa58daa026ccedf912576c91e21a74 100644
|
| --- a/chrome/browser/extensions/api/declarative/deduping_factory.h
|
| +++ b/extensions/browser/api/declarative/deduping_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 CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
| -#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
| +#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
| +#define EXTENSIONS_BROWSER_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
|
|
| #include <list>
|
| #include <string>
|
| @@ -176,4 +176,4 @@ void DedupingFactory<BaseClassT>::ClearPrototypes() {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
| +#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_DEDUPING_FACTORY_H__
|
|
|