Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2254)

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index 2d8bbd30de02708ec60e8d19baa8b4ca14e26c1b..a58fff42a8e79675486bcfe68fb13ac3948fd071 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -726,7 +726,7 @@ void ProfileSyncService::ClearUnrecoverableError() {
std::string ProfileSyncService::GetExperimentNameForDataType(
syncer::ModelType data_type) {
NOTREACHED();
- return "";
+ return std::string();
}
void ProfileSyncService::RegisterNewDataType(syncer::ModelType data_type) {

Powered by Google App Engine
This is Rietveld 408576698