| Index: extensions/common/extension_set.h
|
| diff --git a/chrome/common/extensions/extension_set.h b/extensions/common/extension_set.h
|
| similarity index 97%
|
| rename from chrome/common/extensions/extension_set.h
|
| rename to extensions/common/extension_set.h
|
| index f7d7b23525ec176a56d5fbc441b45a6b1e64ee77..9686a6100e48aa880d564e83aebcb90557a8a132 100644
|
| --- a/chrome/common/extensions/extension_set.h
|
| +++ b/extensions/common/extension_set.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_COMMON_EXTENSIONS_EXTENSION_SET_H_
|
| -#define CHROME_COMMON_EXTENSIONS_EXTENSION_SET_H_
|
| +#ifndef EXTENSIONS_COMMON_EXTENSION_SET_H_
|
| +#define EXTENSIONS_COMMON_EXTENSION_SET_H_
|
|
|
| #include <iterator>
|
| #include <map>
|
| @@ -142,4 +142,4 @@ class ExtensionSet {
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionSet);
|
| };
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_SET_H_
|
| +#endif // EXTENSIONS_COMMON_EXTENSION_SET_H_
|
|
|