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). |