| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index c305b92b95ff58df48e78606993c3d27946f9136..8fe6d771af29a7254d6aac6b1c49e513ea323a60 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -748,7 +748,7 @@ const string16& BackgroundContentsService::GetParentApplicationId(
|
| if (contents == it->second.contents)
|
| return it->first;
|
| }
|
| - return EmptyString16();
|
| + return base::EmptyString16();
|
| }
|
|
|
| void BackgroundContentsService::AddWebContents(
|
|
|