Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / test_content_browser_client.h
index b4ff3f9..7415b4f 100644 (file)
@@ -18,8 +18,8 @@ namespace content {
 class TestContentBrowserClient : public ContentBrowserClient {
  public:
   TestContentBrowserClient();
-  virtual ~TestContentBrowserClient();
-  virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
+  ~TestContentBrowserClient() override;
+  base::FilePath GetDefaultDownloadDirectory() override;
 
  private:
   // Temporary directory for GetDefaultDownloadDirectory.