| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index bb56ddba2c1c6a2691a9226af54330e0a2b40a41..26ebd7d2c32f1a033d961934b132864bf8f16000 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -275,7 +275,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const Referrer& referrer) OVERRIDE;
|
| virtual void GenerateMHTML(
|
| const base::FilePath& file,
|
| - const base::Callback<void(const base::FilePath&, int64)>& callback)
|
| + const base::Callback<void(int64)>& callback)
|
| OVERRIDE;
|
| virtual bool IsActiveEntry(int32 page_id) OVERRIDE;
|
|
|
|
|