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

Unified Diff: Source/web/WebDOMResourceProgressEvent.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/web/WebDOMProgressEvent.cpp ('k') | Source/web/WebDataSourceImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMResourceProgressEvent.cpp
diff --git a/Source/web/WebDOMResourceProgressEvent.cpp b/Source/web/WebDOMResourceProgressEvent.cpp
index 46cd8bb77fb6fd50a5acd6ec08d7fd8d963c1677..8cc339e589f78d2adfb7db203a78b73a96cc0a80 100644
--- a/Source/web/WebDOMResourceProgressEvent.cpp
+++ b/Source/web/WebDOMResourceProgressEvent.cpp
@@ -36,7 +36,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebDOMResourceProgressEvent::WebDOMResourceProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total, const WebString& url)
: WebDOMProgressEvent()
@@ -44,4 +44,4 @@ WebDOMResourceProgressEvent::WebDOMResourceProgressEvent(const WebString& type,
assign(ResourceProgressEvent::create(type, lengthIsComputable, loaded, total, url));
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDOMProgressEvent.cpp ('k') | Source/web/WebDataSourceImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698