| Index: chrome/browser/sync/engine/syncer_proto_util_unittest.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util_unittest.cc b/chrome/browser/sync/engine/syncer_proto_util_unittest.cc
|
| index 615a4ef33f374c7ab105f9e2f8b7b0716cc7fec6..41e3cc03d91dcbe95c0cf9877997e51285ec0be0 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util_unittest.cc
|
| +++ b/chrome/browser/sync/engine/syncer_proto_util_unittest.cc
|
| @@ -13,15 +13,15 @@
|
| #include "chrome/browser/sync/engine/syncproto.h"
|
| #include "chrome/browser/sync/sessions/session_state.h"
|
| #include "chrome/browser/sync/sessions/sync_session_context.h"
|
| -#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync_enums.pb.h"
|
| #include "chrome/browser/sync/syncable/blob.h"
|
| #include "chrome/browser/sync/syncable/model_type_test_util.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/test/engine/mock_connection_manager.h"
|
| #include "chrome/browser/sync/test/engine/test_directory_setter_upper.h"
|
| +#include "sync/protocol/bookmark_specifics.pb.h"
|
| +#include "sync/protocol/password_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
| +#include "sync/protocol/sync_enums.pb.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|