| Index: chrome/browser/sync/test/live_sync/autofill_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/live_sync/autofill_helper.cc (revision 99413)
|
| +++ chrome/browser/sync/test/live_sync/autofill_helper.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/test/live_sync/autofill_helper.h"
|
| +#include "chrome/browser/sync/test/live_sync/autofill_helper.h"
|
|
|
| #include "chrome/browser/autofill/autofill_common_test.h"
|
| #include "chrome/browser/autofill/autofill_profile.h"
|
| @@ -12,13 +12,13 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_test_util.h"
|
| +#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| +#include "chrome/browser/sync/test/live_sync/sync_datatype_helper.h"
|
| #include "chrome/browser/webdata/autofill_entry.h"
|
| #include "chrome/browser/webdata/autofill_table.h"
|
| #include "chrome/browser/webdata/web_database.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/test/base/thread_observer_helper.h"
|
| -#include "chrome/test/live_sync/live_sync_test.h"
|
| -#include "chrome/test/live_sync/sync_datatype_helper.h"
|
| #include "webkit/glue/form_field.h"
|
|
|
| using base::WaitableEvent;
|
|
|