| Index: chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| index c297fefd577c66a7c578612222e07195eff0c7ca..0c606659159b6744f2f97206171bfc2396680249 100644
|
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
|
| @@ -165,7 +165,7 @@ void AddToHistory(HistoryService* service,
|
| transition,
|
| source,
|
| false);
|
| - service->SetPageTitle(url, ASCIIToUTF16(url.spec() + " - title"));
|
| + service->SetPageTitle(url, base::ASCIIToUTF16(url.spec() + " - title"));
|
| }
|
|
|
| history::URLRows GetTypedUrlsFromHistoryService(HistoryService* service) {
|
|
|