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

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 10581012: Move test_url_fetcher_factory.* from content/ to net/url_request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove export annotations Created 8 years, 6 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/browser/sync/test/integration/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 14ad6ce0aa63bb6c0b48d9370be4183c309b922d..bb61b35c15c85dced4c5005c615432c801be196e 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -25,12 +25,12 @@
class CommandLine;
class Profile;
class ProfileSyncServiceHarness;
-class FakeURLFetcherFactory;
-class URLFetcherImplFactory;
namespace net {
+class FakeURLFetcherFactory;
class ProxyConfig;
class ScopedDefaultHostResolverProc;
+class URLFetcherImplFactory;
class URLRequestContextGetter;
}
@@ -348,10 +348,10 @@ class SyncTest : public InProcessBrowserTest {
base::ProcessHandle test_server_handle_;
// Fake URLFetcher factory used to mock out GAIA signin.
- scoped_ptr<FakeURLFetcherFactory> fake_factory_;
+ scoped_ptr<net::FakeURLFetcherFactory> fake_factory_;
// The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
- scoped_ptr<URLFetcherImplFactory> factory_;
+ scoped_ptr<net::URLFetcherImplFactory> factory_;
// Number of default entries (as determined by the existing entries at setup
// time on client 0).
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_unittest.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698