| Index: extensions/common/extension_api.h
|
| diff --git a/chrome/common/extensions/api/extension_api.h b/extensions/common/extension_api.h
|
| similarity index 96%
|
| rename from chrome/common/extensions/api/extension_api.h
|
| rename to extensions/common/extension_api.h
|
| index ad8ae0004fd2075105deb54f85100643491da2c7..722142e8d1e4962a7ac2a5a28a891087681fe111 100644
|
| --- a/chrome/common/extensions/api/extension_api.h
|
| +++ b/extensions/common/extension_api.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_API_EXTENSION_API_H_
|
| -#define CHROME_COMMON_EXTENSIONS_API_EXTENSION_API_H_
|
| +#ifndef EXTENSIONS_COMMON_EXTENSION_API_H_
|
| +#define EXTENSIONS_COMMON_EXTENSION_API_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -138,4 +138,4 @@ class ExtensionAPI {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_API_EXTENSION_API_H_
|
| +#endif // EXTENSIONS_COMMON_EXTENSION_API_H_
|
|
|