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

Unified Diff: Source/web/WebDOMProgressEvent.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/WebDOMMouseEvent.cpp ('k') | Source/web/WebDOMResourceProgressEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMProgressEvent.cpp
diff --git a/Source/web/WebDOMProgressEvent.cpp b/Source/web/WebDOMProgressEvent.cpp
index a588c106c675509baba4618ce2dbea715aaa99bc..0c8648eb3cb6aff9df1f39ea8ab0d5b7f956c04d 100644
--- a/Source/web/WebDOMProgressEvent.cpp
+++ b/Source/web/WebDOMProgressEvent.cpp
@@ -36,7 +36,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebDOMProgressEvent::WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total)
: WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total))
@@ -45,4 +45,4 @@ WebDOMProgressEvent::WebDOMProgressEvent(const WebString& type, bool lengthIsCom
ASSERT(isProgressEvent());
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebDOMMouseEvent.cpp ('k') | Source/web/WebDOMResourceProgressEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698