diff options
Diffstat (limited to 'sync/engine/verify_updates_command_unittest.cc')
-rw-r--r-- | sync/engine/verify_updates_command_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/verify_updates_command_unittest.cc b/sync/engine/verify_updates_command_unittest.cc index 20a6cf6..5f7356e 100644 --- a/sync/engine/verify_updates_command_unittest.cc +++ b/sync/engine/verify_updates_command_unittest.cc @@ -4,13 +4,13 @@ #include "base/location.h" #include "sync/engine/verify_updates_command.h" +#include "sync/protocol/bookmark_specifics.pb.h" #include "sync/sessions/session_state.h" #include "sync/sessions/sync_session.h" #include "sync/syncable/syncable.h" #include "sync/syncable/syncable_id.h" #include "sync/test/engine/fake_model_worker.h" #include "sync/test/engine/syncer_command_test.h" -#include "sync/protocol/bookmark_specifics.pb.h" #include "testing/gtest/include/gtest/gtest.h" namespace browser_sync { |