| Index: athena/content/content_activity_factory.h
|
| diff --git a/athena/content/content_activity_factory.h b/athena/content/content_activity_factory.h
|
| index bf00bb361dfba871758b92bacb6a6e118109102f..0e64ce49f4d1470306d0d2f9691e41a30d3c99a3 100644
|
| --- a/athena/content/content_activity_factory.h
|
| +++ b/athena/content/content_activity_factory.h
|
| @@ -18,9 +18,9 @@ class ContentActivityFactory : 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(ContentActivityFactory);
|
|
|