| Index: chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc b/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| index 7d5c0cbce62847a2994d13b85790589ee21c0d99..613171d7296306e161d4ee733aa660d2377551c2 100644
|
| --- a/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/experimental_identity_apitest.cc
|
| @@ -37,8 +37,7 @@ namespace {
|
| namespace errors = identity_constants;
|
| namespace utils = extension_function_test_utils;
|
|
|
| -static const char kAccessToken[] = "auth_token";
|
| -static const char kExtensionId[] = "ext_id";
|
| +const char kAccessToken[] = "auth_token";
|
|
|
| // This helps us be able to wait until an AsyncExtensionFunction calls
|
| // SendResponse.
|
|
|