Chromium Code Reviews| 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. |