| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index 78f85fccdb6b060a9dcd816e0360509e407e0775..18b70138cefa55f098db572033e9d91a7f1a56d0 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -94,7 +94,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| int history_length,
|
| int32 min_page_id) OVERRIDE;
|
|
|
| - void TestDidFinishLoad(int64 frame_id, const GURL& url, bool is_main_frame);
|
| + void TestDidFinishLoad(const GURL& url, bool is_main_frame);
|
| void TestDidFailLoadWithError(const GURL& url,
|
| bool is_main_frame,
|
| int error_code,
|
|
|