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

Unified Diff: Source/web/WebNetworkStateNotifier.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/WebMutationEvent.cpp ('k') | Source/web/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNetworkStateNotifier.cpp
diff --git a/Source/web/WebNetworkStateNotifier.cpp b/Source/web/WebNetworkStateNotifier.cpp
index 6a969f80fb09fe0af66fef5f2b89ee0f7c9ba87c..ec0910ef6e7c37a4f9554e79ff6dec876cb7995f 100644
--- a/Source/web/WebNetworkStateNotifier.cpp
+++ b/Source/web/WebNetworkStateNotifier.cpp
@@ -35,11 +35,11 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
void WebNetworkStateNotifier::setOnLine(bool onLine)
{
networkStateNotifier().setOnLine(onLine);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebMutationEvent.cpp ('k') | Source/web/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698