| Index: chrome/browser/extensions/activity_log/activity_actions.h
|
| diff --git a/chrome/browser/extensions/activity_log/activity_actions.h b/chrome/browser/extensions/activity_log/activity_actions.h
|
| index 277ca3e194c9855b78527801e2cd5896f21ac660..902b550286a8ec4853a172676ef6968e0e427132 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_actions.h
|
| +++ b/chrome/browser/extensions/activity_log/activity_actions.h
|
| @@ -67,7 +67,7 @@ class Action : public base::RefCountedThreadSafe<Action> {
|
|
|
| // The specific API call used or accessed, for example "chrome.tabs.get".
|
| const std::string& api_name() const { return api_name_; }
|
| - void set_api_name(const std::string api_name) { api_name_ = api_name; }
|
| + void set_api_name(const std::string& api_name) { api_name_ = api_name; }
|
|
|
| // Any applicable arguments. This might be null to indicate no data
|
| // available (a distinct condition from an empty argument list).
|
|
|