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

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

Issue 8416020: Handle additional feedback from http://codereview.chromium.org/8395038/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
===================================================================
--- chrome/browser/sync/test/integration/sync_test.h (revision 107626)
+++ chrome/browser/sync/test/integration/sync_test.h (working copy)
@@ -25,7 +25,7 @@
class Profile;
class ProfileSyncServiceHarness;
class FakeURLFetcherFactory;
-class URLFetcherFactory;
+class URLFetcherImplFactory;
namespace net {
class ProxyConfig;
@@ -310,8 +310,8 @@
// Fake URLFetcher factory used to mock out GAIA signin.
scoped_ptr<FakeURLFetcherFactory> fake_factory_;
- // The URLFetcherFactory instance used to instantiate |fake_factory_|.
- scoped_ptr<URLFetcherFactory> factory_;
+ // The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
+ scoped_ptr<URLFetcherImplFactory> factory_;
DISALLOW_COPY_AND_ASSIGN(SyncTest);
};

Powered by Google App Engine
This is Rietveld 408576698