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

Unified Diff: public/platform/WebFileSystemCallbacks.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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 | « public/platform/WebFileSystem.h ('k') | public/platform/WebFloatPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFileSystemCallbacks.h
diff --git a/public/platform/WebFileSystemCallbacks.h b/public/platform/WebFileSystemCallbacks.h
index 4616bf2d4806c8f16546363550318fb701ce9d37..a0b59eb37a85f5c553c4a944f68105cc971d22af 100644
--- a/public/platform/WebFileSystemCallbacks.h
+++ b/public/platform/WebFileSystemCallbacks.h
@@ -38,7 +38,7 @@
#include "WebPrivatePtr.h"
#include "WebVector.h"
-namespace WebCore {
+namespace blink {
class AsyncFileSystemCallbacks;
}
namespace WTF { template <typename T> class PassOwnPtr; }
@@ -66,7 +66,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebFileSystemCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<WebCore::AsyncFileSystemCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<blink::AsyncFileSystemCallbacks>&);
#endif
// Callback for WebFileSystem's various operations that don't require
« no previous file with comments | « public/platform/WebFileSystem.h ('k') | public/platform/WebFloatPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698