summaryrefslogtreecommitdiffstats
path: root/content/test/test_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_content_browser_client.h')
-rw-r--r--content/test/test_content_browser_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_content_browser_client.h b/content/test/test_content_browser_client.h
index b4ff3f9..2e46b11 100644
--- a/content/test/test_content_browser_client.h
+++ b/content/test/test_content_browser_client.h
@@ -19,7 +19,7 @@ class TestContentBrowserClient : public ContentBrowserClient {
public:
TestContentBrowserClient();
virtual ~TestContentBrowserClient();
- virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
+ virtual base::FilePath GetDefaultDownloadDirectory() override;
private:
// Temporary directory for GetDefaultDownloadDirectory.