Index: athena/test/sample_activity_factory.cc |
diff --git a/athena/test/sample_activity_factory.cc b/athena/test/sample_activity_factory.cc |
index 218bc21afc1504f6263024a233f8757cebf97a22..ad0614c46f22391ae2383e3567f7eb661c86fd7e 100644 |
--- a/athena/test/sample_activity_factory.cc |
+++ b/athena/test/sample_activity_factory.cc |
@@ -34,10 +34,9 @@ Activity* SampleActivityFactory::CreateWebActivity( |
} |
Activity* SampleActivityFactory::CreateAppActivity( |
- content::BrowserContext* browser_context, |
- const std::string& app_id) { |
+ content::WebContents* web_contents) { |
return new SampleActivity( |
- kDefaultAppColor, kDefaultAppContentColor, base::UTF8ToUTF16(app_id)); |
+ kDefaultAppColor, kDefaultAppContentColor, base::UTF8ToUTF16("App")); |
} |
} // namespace test |