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

Unified Diff: public/platform/WebFileSystemCallbacks.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/WebDragData.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 a0b59eb37a85f5c553c4a944f68105cc971d22af..e53e87c4410628423b7039fd389ee735dd5bb622 100644
--- a/public/platform/WebFileSystemCallbacks.h
+++ b/public/platform/WebFileSystemCallbacks.h
@@ -38,18 +38,16 @@
#include "WebPrivatePtr.h"
#include "WebVector.h"
-namespace blink {
-class AsyncFileSystemCallbacks;
-}
namespace WTF { template <typename T> class PassOwnPtr; }
namespace blink {
-struct WebFileInfo;
+class AsyncFileSystemCallbacks;
class WebFileWriter;
class WebString;
class WebURL;
class WebFileSystemCallbacksPrivate;
+struct WebFileInfo;
class WebFileSystemCallbacks {
public:
@@ -66,7 +64,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebFileSystemCallbacks&);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<blink::AsyncFileSystemCallbacks>&);
+ BLINK_PLATFORM_EXPORT WebFileSystemCallbacks(const WTF::PassOwnPtr<AsyncFileSystemCallbacks>&);
#endif
// Callback for WebFileSystem's various operations that don't require
« no previous file with comments | « public/platform/WebDragData.h ('k') | public/platform/WebFloatPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698