Index: headless/test/headless_browser_test.h |
diff --git a/headless/test/headless_browser_test.h b/headless/test/headless_browser_test.h |
index f4875a217c464a7189d7c6116ddd0c8d5591fdba..0249cee7198eb0ed57271e7f5430bb30122e3fc3 100644 |
--- a/headless/test/headless_browser_test.h |
+++ b/headless/test/headless_browser_test.h |
@@ -35,7 +35,7 @@ class HeadlessBrowserTest : public content::BrowserTestBase { |
// Customize the options used in this test. Note that options which take |
// effect before the message loop has been started (e.g., custom message |
// pumps) cannot be set via this method. |
- void SetBrowserOptions(const HeadlessBrowser::Options& options); |
+ void SetBrowserOptions(HeadlessBrowser::Options options); |
// Run an asynchronous test in a nested run loop. The caller should call |
// FinishAsynchronousTest() to notify that the test should finish. |