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

Unified Diff: webkit/fileapi/file_system_dir_url_request_job_unittest.cc

Issue 11365227: Reland 167337 - Move url_request_test_util into net namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: webkit/fileapi/file_system_dir_url_request_job_unittest.cc
diff --git a/webkit/fileapi/file_system_dir_url_request_job_unittest.cc b/webkit/fileapi/file_system_dir_url_request_job_unittest.cc
index 234d88ad88c618940e888968aa2a1cac2a3c6dcd..0c8b06c8d6d592b93ca304cddb5c14b251ab3093 100644
--- a/webkit/fileapi/file_system_dir_url_request_job_unittest.cc
+++ b/webkit/fileapi/file_system_dir_url_request_job_unittest.cc
@@ -82,7 +82,7 @@ class FileSystemDirURLRequestJobTest : public testing::Test {
}
void TestRequestHelper(const GURL& url, bool run_to_completion) {
- delegate_.reset(new TestDelegate());
+ delegate_.reset(new net::TestDelegate());
delegate_->set_quit_on_redirect(true);
request_.reset(empty_context_.CreateRequest(url, delegate_.get()));
job_ = new FileSystemDirURLRequestJob(
@@ -214,7 +214,7 @@ class FileSystemDirURLRequestJobTest : public testing::Test {
ScopedTempDir temp_dir_;
net::URLRequestContext empty_context_;
- scoped_ptr<TestDelegate> delegate_;
+ scoped_ptr<net::TestDelegate> delegate_;
scoped_ptr<net::URLRequest> request_;
scoped_refptr<quota::MockSpecialStoragePolicy> special_storage_policy_;
scoped_refptr<FileSystemContext> file_system_context_;
« no previous file with comments | « webkit/appcache/appcache_update_job_unittest.cc ('k') | webkit/fileapi/file_system_url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698