Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5872)

Unified Diff: chrome/test/live_sync/live_sync_test.h

Issue 6462015: Cleanup more test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright update Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698