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

Unified Diff: Source/web/WebNotification.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/WebNodeList.cpp ('k') | Source/web/WebOptionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNotification.cpp
diff --git a/Source/web/WebNotification.cpp b/Source/web/WebNotification.cpp
index 7e2cb2e8ce7bd90ed76d162009f805cced205990..7afed14912040f271ce6780b7885c2b094eec978 100644
--- a/Source/web/WebNotification.cpp
+++ b/Source/web/WebNotification.cpp
@@ -42,7 +42,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
class WebNotificationPrivate : public Notification {
};
@@ -112,7 +112,7 @@ void WebNotification::dispatchDisplayEvent()
m_private->dispatchShowEvent();
}
-void WebNotification::dispatchErrorEvent(const WebKit::WebString& /* errorMessage */)
+void WebNotification::dispatchErrorEvent(const blink::WebString& /* errorMessage */)
{
// FIXME: errorMessage not supported by WebCore yet
m_private->dispatchErrorEvent();
@@ -153,4 +153,4 @@ void WebNotification::assign(WebNotificationPrivate* p)
m_private = p;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebNodeList.cpp ('k') | Source/web/WebOptionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698