| Index: chrome/test/live_sync/live_sync_test.h
|
| diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
|
| index 21c3cf8272964856c4d1366cc96fdec6dddc0a1a..2c6bb5b7e71331340ea436b3f4589447c3a9deb6 100644
|
| --- a/chrome/test/live_sync/live_sync_test.h
|
| +++ b/chrome/test/live_sync/live_sync_test.h
|
| @@ -13,8 +13,6 @@
|
| #include "base/process_util.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/scoped_vector.h"
|
| -#include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/common/net/test_url_fetcher_factory.h"
|
| #include "net/base/mock_host_resolver.h"
|
| #include "net/test/test_server.h"
|
|
|
| @@ -23,7 +21,9 @@
|
|
|
| class CommandLine;
|
| class Profile;
|
| +class ProfileSyncServiceHarness;
|
| class URLRequestContextGetter;
|
| +class FakeURLFetcherFactory;
|
|
|
| namespace net {
|
| class ProxyConfig;
|
| @@ -58,7 +58,7 @@ class LiveSyncTest : public InProcessBrowserTest {
|
| // A LiveSyncTest must be associated with a particular test type.
|
| explicit LiveSyncTest(TestType test_type);
|
|
|
| - virtual ~LiveSyncTest() {}
|
| + virtual ~LiveSyncTest();
|
|
|
| // Validates command line parameters and creates a local python test server if
|
| // specified.
|
|
|