| Index: content/shell/browser/shell_mac.mm
|
| diff --git a/content/shell/browser/shell_mac.mm b/content/shell/browser/shell_mac.mm
|
| index 0c741d99ce9b09304e72fc36f3cb89666f101c2e..e33138f4a668f58d4fb16e48e3d7844dfba2d29e 100644
|
| --- a/content/shell/browser/shell_mac.mm
|
| +++ b/content/shell/browser/shell_mac.mm
|
| @@ -303,7 +303,7 @@ void Shell::ActionPerformed(int control) {
|
| }
|
| }
|
|
|
| -void Shell::URLEntered(std::string url_string) {
|
| +void Shell::URLEntered(const std::string& url_string) {
|
| if (!url_string.empty()) {
|
| GURL url(url_string);
|
| if (!url.has_scheme())
|
|
|