| Index: chrome/common/extensions/manifest_handlers/copresence_manifest.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/copresence_manifest.h b/chrome/common/extensions/manifest_handlers/copresence_manifest.h
|
| index 921b5854d70b65e2412a9b2cbc0078d37f511097..487c7a3603c5be9004e95e5a469b249b1f8d9a99 100644
|
| --- a/chrome/common/extensions/manifest_handlers/copresence_manifest.h
|
| +++ b/chrome/common/extensions/manifest_handlers/copresence_manifest.h
|
| @@ -34,7 +34,7 @@ struct CopresenceManifestData final : public Extension::ManifestData {
|
| CopresenceManifestData();
|
| ~CopresenceManifestData() override;
|
|
|
| - std::string project_id;
|
| + std::string api_key;
|
| };
|
|
|
| } // namespace extensions
|
|
|