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

Unified Diff: sync/test/engine/mock_connection_manager.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
« no previous file with comments | « sync/syncable/syncable_write_transaction.cc ('k') | sync/util/cryptographer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_connection_manager.cc
diff --git a/sync/test/engine/mock_connection_manager.cc b/sync/test/engine/mock_connection_manager.cc
index e5fd4522cdff5ca1dc5235d10e53ad3819f8a90b..6ddd8666c4b37a75091b2138f55d79cafc5d6fcd 100644
--- a/sync/test/engine/mock_connection_manager.cc
+++ b/sync/test/engine/mock_connection_manager.cc
@@ -43,7 +43,6 @@ MockConnectionManager::MockConnectionManager(syncable::Directory* directory)
store_birthday_("Store BDay!"),
store_birthday_sent_(false),
client_stuck_(false),
- commit_time_rename_prepended_string_(""),
countdown_to_postbuffer_fail_(0),
directory_(directory),
mid_commit_observer_(NULL),
« no previous file with comments | « sync/syncable/syncable_write_transaction.cc ('k') | sync/util/cryptographer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698