| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index 5061bfbf676e361d2c4ead6ddb570082b6980c0b..8181b1cdc75551597e576aceaaeaae2bb6981b5b 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -42,7 +42,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| const GURL& url,
|
| const Referrer& referrer,
|
| PageTransition transition) OVERRIDE;
|
| - virtual WebPreferences TestGetWebkitPrefs() OVERRIDE;
|
| + virtual WebPreferences TestComputeWebkitPrefs() OVERRIDE;
|
|
|
| TestRenderViewHost* pending_test_rvh() const;
|
|
|
|
|