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

Unified Diff: sync/engine/non_blocking_type_processor_unittest.cc

Issue 294473017: WIP: Towards NonBlockingTypeProcessorCore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/engine/non_blocking_type_processor_interface.cc ('k') | sync/engine/sync_thread_sync_entity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/non_blocking_type_processor_unittest.cc
diff --git a/sync/engine/non_blocking_type_processor_unittest.cc b/sync/engine/non_blocking_type_processor_unittest.cc
index 9ab6ca320f3828e8288d7a762bdfb5348567babb..51ff5010efd7cb621754ab22216d149caae46824 100644
--- a/sync/engine/non_blocking_type_processor_unittest.cc
+++ b/sync/engine/non_blocking_type_processor_unittest.cc
@@ -197,7 +197,6 @@ void NonBlockingTypeProcessorTest::Initialize() {
void NonBlockingTypeProcessorTest::WriteItem(const std::string& tag,
const std::string& value) {
- const std::string tag_hash = GenerateTagHash(tag);
processor_->Put(tag, GenerateSpecifics(tag, value));
}
« no previous file with comments | « sync/engine/non_blocking_type_processor_interface.cc ('k') | sync/engine/sync_thread_sync_entity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698