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

Unified Diff: Source/bindings/core/v8/SerializedScriptValue.h

Issue 498603003: Cleanup namespace usage in Source/binding and Source/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « no previous file | Source/bindings/modules/v8/IDBBindingUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/SerializedScriptValue.h
diff --git a/Source/bindings/core/v8/SerializedScriptValue.h b/Source/bindings/core/v8/SerializedScriptValue.h
index 3d4fb09d094b1f7112e79519abe1c0cb4e47fd32..afc7452dae89d9274a25da271bb18e84dd6fe439 100644
--- a/Source/bindings/core/v8/SerializedScriptValue.h
+++ b/Source/bindings/core/v8/SerializedScriptValue.h
@@ -36,12 +36,6 @@
#include "wtf/ThreadSafeRefCounted.h"
#include <v8.h>
-namespace blink {
-
-class WebBlobInfo;
-
-}
-
namespace WTF {
class ArrayBuffer;
@@ -54,6 +48,7 @@ namespace blink {
class BlobDataHandle;
class ExceptionState;
class MessagePort;
+class WebBlobInfo;
typedef WillBeHeapVector<RefPtrWillBeMember<MessagePort>, 1> MessagePortArray;
typedef Vector<RefPtr<WTF::ArrayBuffer>, 1> ArrayBufferArray;
« no previous file with comments | « no previous file | Source/bindings/modules/v8/IDBBindingUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698