| Index: chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| index b3bc8067107d5bf9286c080ad77da7c9f31c8041..5a44a21f61a7bc8ce7acd746df02651a50591936 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -142,7 +142,7 @@ bool GetAppListItemType(AppListItem* item,
|
| }
|
|
|
| bool IsDriveAppSyncId(const std::string& sync_id) {
|
| - return StartsWithASCII(sync_id, kDriveAppSyncIdPrefix, true);
|
| + return base::StartsWithASCII(sync_id, kDriveAppSyncIdPrefix, true);
|
| }
|
|
|
| std::string GetDriveAppSyncId(const std::string& drive_app_id) {
|
|
|