diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_extension_helper.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_extension_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc index 84cf7547..fc007af9 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 */, |