#include "chrome/browser/extensions/api/identity/identity_clear_all_cached_auth_tokens_function.h"
#include "chrome/browser/extensions/api/identity/identity_api.h"
#include "chrome/browser/extensions/api/identity/identity_constants.h"
#include "chrome/browser/extensions/api/identity/web_auth_flow.h"
#include "chrome/browser/profiles/profile.h"
namespace extensions {
IdentityClearAllCachedAuthTokensFunction::
IdentityClearAllCachedAuthTokensFunction() = default;
IdentityClearAllCachedAuthTokensFunction::
~IdentityClearAllCachedAuthTokensFunction() = default;
ExtensionFunction::ResponseAction
IdentityClearAllCachedAuthTokensFunction::Run() { … }
}