Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: chrome/browser/extensions/api/identity/extension_token_key.cc

Issue 163013002: [Identity] Use const ref on ExtensionTokenKey parameter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/identity/extension_token_key.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/identity/extension_token_key.cc
diff --git a/chrome/browser/extensions/api/identity/extension_token_key.cc b/chrome/browser/extensions/api/identity/extension_token_key.cc
index 81329835a709e755ffeb48c0efdec5e9faf86485..146fc506d8919267b719ffdd297a445f2b693a44 100644
--- a/chrome/browser/extensions/api/identity/extension_token_key.cc
+++ b/chrome/browser/extensions/api/identity/extension_token_key.cc
@@ -8,7 +8,7 @@ namespace extensions {
ExtensionTokenKey::ExtensionTokenKey(const std::string& extension_id,
const std::string& account_id,
- const std::set<std::string> scopes)
+ const std::set<std::string>& scopes)
: extension_id(extension_id), account_id(account_id), scopes(scopes) {}
ExtensionTokenKey::~ExtensionTokenKey() {}
« no previous file with comments | « chrome/browser/extensions/api/identity/extension_token_key.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698