| Index: extensions/common/manifest_handlers/oauth2_manifest_handler.h
|
| diff --git a/chrome/common/extensions/api/identity/oauth2_manifest_handler.h b/extensions/common/manifest_handlers/oauth2_manifest_handler.h
|
| similarity index 83%
|
| rename from chrome/common/extensions/api/identity/oauth2_manifest_handler.h
|
| rename to extensions/common/manifest_handlers/oauth2_manifest_handler.h
|
| index be4e55c8c1d9e0ccddc77e4a1711cf9b0d4cb4a6..8939e8846b6d9058d4d61804b4e05153ba284961 100644
|
| --- a/chrome/common/extensions/api/identity/oauth2_manifest_handler.h
|
| +++ b/extensions/common/manifest_handlers/oauth2_manifest_handler.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_IDENTITY_OAUTH2_MANIFEST_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_API_IDENTITY_OAUTH2_MANIFEST_HANDLER_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_OAUTH2_MANIFEST_HANDLER_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_OAUTH2_MANIFEST_HANDLER_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -45,4 +45,4 @@ class OAuth2ManifestHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_API_IDENTITY_OAUTH2_MANIFEST_HANDLER_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_OAUTH2_MANIFEST_HANDLER_H_
|
|
|