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

Unified Diff: Source/core/fileapi/FileReaderLoader.cpp

Issue 460393003: Cleanup namespace usage in Source/core/{dom/* & fileapi/*} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Error and Rebase Created 6 years, 4 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
« no previous file with comments | « Source/core/fileapi/File.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileReaderLoader.cpp
diff --git a/Source/core/fileapi/FileReaderLoader.cpp b/Source/core/fileapi/FileReaderLoader.cpp
index 6c2e759bbac93b003f31b6fe146f74f17b5adf14..a713ec998dafd693f247cd53a8fa610591547522 100644
--- a/Source/core/fileapi/FileReaderLoader.cpp
+++ b/Source/core/fileapi/FileReaderLoader.cpp
@@ -101,7 +101,7 @@ void FileReaderLoader::startInternal(ExecutionContext& executionContext, const S
ResourceRequest request(m_urlForReading);
// FIXME: Should this really be 'internal'? Do we know anything about the actual request that generated this fetch?
- request.setRequestContext(blink::WebURLRequest::RequestContextInternal);
+ request.setRequestContext(WebURLRequest::RequestContextInternal);
request.setHTTPMethod("GET");
if (m_hasRange)
« no previous file with comments | « Source/core/fileapi/File.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698