| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index 3f76310e3cdab6166b1f6e66d615bd3e6cabeecc..ebac7a523251b200be6f3c9b5aaa6c5cf45148ba 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -11,11 +11,11 @@
|
| #include "chrome/browser/sync/internal_api/user_share.h"
|
| #include "chrome/browser/sync/js/js_reply_handler.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory.h"
|
| -#include "chrome/browser/sync/protocol/encryption.pb.h"
|
| #include "chrome/browser/sync/sessions/session_state.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/test/test_http_bridge_factory.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| +#include "sync/protocol/encryption.pb.h"
|
|
|
| using browser_sync::ModelSafeRoutingInfo;
|
| using browser_sync::sessions::ErrorCounters;
|
|
|