| Index: sync/engine/get_updates_processor_unittest.cc
|
| diff --git a/sync/engine/get_updates_processor_unittest.cc b/sync/engine/get_updates_processor_unittest.cc
|
| index c89b57da80001b0bf9613977310ac7cc2ee1ea07..d6456a5bf8fdfb291682238f226cb05221487766 100644
|
| --- a/sync/engine/get_updates_processor_unittest.cc
|
| +++ b/sync/engine/get_updates_processor_unittest.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "sync/engine/get_updates_processor.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/stl_util.h"
|
| #include "sync/engine/get_updates_delegate.h"
|
| @@ -26,7 +29,7 @@ namespace syncer {
|
| namespace {
|
|
|
| scoped_ptr<InvalidationInterface> BuildInvalidation(
|
| - int64 version,
|
| + int64_t version,
|
| const std::string& payload) {
|
| return MockInvalidation::Build(version, payload);
|
| }
|
|
|