| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| index 0cc5152a057c14af140a0b85f734f7d661c09fa3..0acf3159d0bf3de092cb0c1ef8a470051813e4f9 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -31,8 +31,6 @@
|
| #include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/test/engine/test_id_factory.h"
|
| #include "chrome/browser/sync/test_profile_sync_service.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| @@ -42,6 +40,8 @@
|
| #include "content/test/notification_observer_mock.h"
|
| #include "content/test/test_browser_thread.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "webkit/forms/password_form.h"
|
|
|
|
|