| Index: content/test/test_navigation_url_loader.h
|
| diff --git a/content/test/test_navigation_url_loader.h b/content/test/test_navigation_url_loader.h
|
| index f65b41a8cd95029c0964aafc319876267703ada5..4dcc80fca7b20dc7b6781f6c57a4685fb8cc4e5d 100644
|
| --- a/content/test/test_navigation_url_loader.h
|
| +++ b/content/test/test_navigation_url_loader.h
|
| @@ -46,7 +46,7 @@ class TestNavigationURLLoader
|
| int redirect_count() { return redirect_count_; }
|
|
|
| private:
|
| - ~TestNavigationURLLoader();
|
| + ~TestNavigationURLLoader() override;
|
|
|
| CommonNavigationParams common_params_;
|
| scoped_ptr<NavigationRequestInfo> request_info_;
|
|
|