| Index: athena/main/placeholder.cc
|
| diff --git a/athena/main/placeholder.cc b/athena/main/placeholder.cc
|
| index 7bdc086568544f581824d40feb928ea068255e57..d29f1ab292660b285367b263316cc9d39919c48a 100644
|
| --- a/athena/main/placeholder.cc
|
| +++ b/athena/main/placeholder.cc
|
| @@ -18,8 +18,8 @@ void CreateTestPages(content::BrowserContext* browser_context) {
|
| };
|
| for (size_t i = 0; i < arraysize(kTestURLs); ++i) {
|
| athena::ActivityManager::Get()->AddActivity(
|
| - athena::ActivityFactory::Get()->CreateWebActivity(browser_context,
|
| - GURL(kTestURLs[i])));
|
| + athena::ActivityFactory::Get()->CreateWebActivity(
|
| + browser_context, base::string16(), GURL(kTestURLs[i])));
|
| }
|
| }
|
|
|
|
|