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

Unified Diff: Source/platform/exported/WebFileSystemCallbacks.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
Index: Source/platform/exported/WebFileSystemCallbacks.cpp
diff --git a/Source/platform/exported/WebFileSystemCallbacks.cpp b/Source/platform/exported/WebFileSystemCallbacks.cpp
index 82a4463cfc52dfc02e137ec3c7c9d4b3274eb042..b57a84fee25948a3ada8e7942c3dd41d22075e3b 100644
--- a/Source/platform/exported/WebFileSystemCallbacks.cpp
+++ b/Source/platform/exported/WebFileSystemCallbacks.cpp
@@ -44,7 +44,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
class WebFileSystemCallbacksPrivate : public RefCounted<WebFileSystemCallbacksPrivate> {
public:
@@ -155,4 +155,4 @@ bool WebFileSystemCallbacks::shouldBlockUntilCompletion() const
return m_private->callbacks()->shouldBlockUntilCompletion();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebDeviceOrientationData.cpp ('k') | Source/platform/exported/WebFilterKeyframe.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698