| Index: athena/test/base/sample_activity_factory.h
|
| diff --git a/athena/test/base/sample_activity_factory.h b/athena/test/base/sample_activity_factory.h
|
| index 0dba0a1e7cd7ab2132b1bc3fa3b0b957807eefac..3cae84e020d0ed9214d7e71468a1807e49181238 100644
|
| --- a/athena/test/base/sample_activity_factory.h
|
| +++ b/athena/test/base/sample_activity_factory.h
|
| @@ -19,9 +19,9 @@ class SampleActivityFactory : public ActivityFactory {
|
| // Overridden from ActivityFactory:
|
| virtual Activity* CreateWebActivity(content::BrowserContext* browser_context,
|
| const base::string16& title,
|
| - const GURL& url) OVERRIDE;
|
| + const GURL& url) override;
|
| virtual Activity* CreateAppActivity(const std::string& app_id,
|
| - views::WebView* web_view) OVERRIDE;
|
| + views::WebView* web_view) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SampleActivityFactory);
|
|
|