| Index: sync/engine/syncer_proto_util_unittest.cc
|
| diff --git a/sync/engine/syncer_proto_util_unittest.cc b/sync/engine/syncer_proto_util_unittest.cc
|
| index 7c496ee18fb6a2fe4a58f4d7edbd53192c2f7c1f..4f31ac04257937b08f471a7a7130f74f9f49fbcc 100644
|
| --- a/sync/engine/syncer_proto_util_unittest.cc
|
| +++ b/sync/engine/syncer_proto_util_unittest.cc
|
| @@ -25,11 +25,12 @@
|
| #include "sync/test/engine/test_directory_setter_upper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using syncable::Blob;
|
| using ::testing::_;
|
|
|
| namespace syncer {
|
| +
|
| using sessions::SyncSessionContext;
|
| +using syncable::Blob;
|
|
|
| class MockDelegate : public sessions::SyncSession::Delegate {
|
| public:
|
|
|