| Index: sync/syncable/syncable_id_unittest.cc
|
| diff --git a/sync/syncable/syncable_id_unittest.cc b/sync/syncable/syncable_id_unittest.cc
|
| index 9ecdbdc72f467867a7e480f0d14d30999083d956..e0b014387fbb86d5f2ae39e18627429fd64da4c7 100644
|
| --- a/sync/syncable/syncable_id_unittest.cc
|
| +++ b/sync/syncable/syncable_id_unittest.cc
|
| @@ -12,12 +12,10 @@
|
| #include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using std::vector;
|
| -
|
| namespace syncer {
|
| namespace syncable {
|
|
|
| -using syncer::TestIdFactory;
|
| +using std::vector;
|
|
|
| class SyncableIdTest : public testing::Test { };
|
|
|
|
|