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

Unified Diff: Source/platform/AsyncFileSystemCallbacks.h

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/modules/websockets/WebSocketPerMessageDeflate.cpp ('k') | Source/platform/EventTracer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/AsyncFileSystemCallbacks.h
diff --git a/Source/platform/AsyncFileSystemCallbacks.h b/Source/platform/AsyncFileSystemCallbacks.h
index aae42e8017dc1adffff2532641805800130bba66..73d4b4dc0cce57f0b8a1490845d82bfb28debf14 100644
--- a/Source/platform/AsyncFileSystemCallbacks.h
+++ b/Source/platform/AsyncFileSystemCallbacks.h
@@ -68,7 +68,7 @@ public:
virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); }
// Called when an AsyncFileWrter has been created successfully.
- virtual void didCreateFileWriter(PassOwnPtr<WebKit::WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
+ virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
// Called when there was an error.
virtual void didFail(int code) = 0;
« no previous file with comments | « Source/modules/websockets/WebSocketPerMessageDeflate.cpp ('k') | Source/platform/EventTracer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698