Index: chrome/browser/ui/views/toolbar/browser_actions_container.h |
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h |
index d07cb2f77434f99b92fdb2dec69a37619c486d92..0f701d79ff5f16ca14cccc2387c38d527db681d6 100644 |
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.h |
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h |
@@ -168,7 +168,7 @@ class BrowserActionsContainer |
} |
// Returns the ID of the action represented by the view at |index|. |
- const std::string& GetIdAt(size_t index) const; |
+ std::string GetIdAt(size_t index) const; |
// Returns the ToolbarActionView* associated with the given |extension|, or |
// NULL if none exists. |