Commit 1153970e authored by etienneb@chromium.org's avatar etienneb@chromium.org

Fix missing const-reference on function parameter.

This issue was found by a linter.

R=ben@chromium.org

BUG=

Review URL: https://chromiumcodereview.appspot.com/23272005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220074 0039d316-1c4b-4281-b951-d872f2087c98
parent 8522332e
......@@ -168,7 +168,7 @@ class FindInPageControllerTest : public InProcessBrowserTest {
return start_x_position;
}
GURL GetURL(const std::string filename) {
GURL GetURL(const std::string& filename) {
return ui_test_utils::GetTestUrl(
base::FilePath().AppendASCII("find_in_page"),
base::FilePath().AppendASCII(filename));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment