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

Unified Diff: sync/test/callback_counter.h

Issue 1545553003: Switch to standard integer types in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/write_transaction_info.cc ('k') | sync/test/engine/fake_model_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/callback_counter.h
diff --git a/sync/test/callback_counter.h b/sync/test/callback_counter.h
index 16b2acbd5ca6f0a7eb79be731ca72ac2552336c7..cd56e383ce55e44c5301c21860bb0cfcd187561c 100644
--- a/sync/test/callback_counter.h
+++ b/sync/test/callback_counter.h
@@ -5,6 +5,8 @@
#ifndef SYNC_TEST_CALLBACK_COUNTER_H_
#define SYNC_TEST_CALLBACK_COUNTER_H_
+#include "base/macros.h"
+
namespace syncer {
// Helper class to track how many times a callback is triggered.
« no previous file with comments | « sync/syncable/write_transaction_info.cc ('k') | sync/test/engine/fake_model_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698