Searched refs:ProfileDownloaderMock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service_unittest.cc30 class ProfileDownloaderMock : public ProfileDownloader { class in namespace:__anon4514
32 explicit ProfileDownloaderMock(ProfileDownloaderDelegate* delegate) function in class:__anon4514::ProfileDownloaderMock
36 virtual ~ProfileDownloaderMock() {
71 NiceMock<ProfileDownloaderMock>* downloader() { return downloader_.get(); }
138 scoped_ptr<NiceMock<ProfileDownloaderMock> > downloader_;
144 downloader_.reset(new NiceMock<ProfileDownloaderMock>(service()));

Completed in 473 milliseconds