| Index: chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| index 84cf7547460ad9708c432fec365ea3877249bbe4..fc007af909ef6068f94ddc405bcfb939931a0a64 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -63,7 +63,7 @@ std::string SyncExtensionHelper::InstallExtension(
|
| scoped_refptr<Extension> extension = GetExtension(profile, name, type);
|
| if (!extension.get()) {
|
| NOTREACHED() << "Could not install extension " << name;
|
| - return "";
|
| + return std::string();
|
| }
|
| profile->GetExtensionService()->OnExtensionInstalled(
|
| extension, syncer::StringOrdinal(), false /* no requirement errors */,
|
|
|