| Index: content/public/test/content_browser_test_utils.h
|
| diff --git a/content/public/test/content_browser_test_utils.h b/content/public/test/content_browser_test_utils.h
|
| index 77d537c473af7d7e64abceba35a6e9799fd634e3..68ece15345a0639809ad76aa35db3d4d7c7ebfb9 100644
|
| --- a/content/public/test/content_browser_test_utils.h
|
| +++ b/content/public/test/content_browser_test_utils.h
|
| @@ -50,7 +50,7 @@ bool NavigateToURL(Shell* window, const GURL& url);
|
|
|
| void LoadDataWithBaseURL(Shell* window,
|
| const GURL& url,
|
| - const std::string data,
|
| + const std::string& data,
|
| const GURL& base_url);
|
|
|
| // Navigates |window| to |url|, blocking until the given number of navigations
|
|
|