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

Side by Side Diff: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h

Issue 2848243004: Clean up bindings/core/v8 (Part 2) (Closed)
Patch Set: Rebase Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DataConsumerHandleTestUtil_h 5 #ifndef DataConsumerHandleTestUtil_h
6 #define DataConsumerHandleTestUtil_h 6 #define DataConsumerHandleTestUtil_h
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "bindings/core/v8/ScriptState.h"
11 #include "core/testing/NullExecutionContext.h" 10 #include "core/testing/NullExecutionContext.h"
12 #include "gin/public/isolate_holder.h" 11 #include "gin/public/isolate_holder.h"
13 #include "platform/CrossThreadFunctional.h" 12 #include "platform/CrossThreadFunctional.h"
14 #include "platform/WaitableEvent.h" 13 #include "platform/WaitableEvent.h"
15 #include "platform/WebThreadSupportingGC.h" 14 #include "platform/WebThreadSupportingGC.h"
15 #include "platform/bindings/ScriptState.h"
16 #include "platform/heap/Handle.h" 16 #include "platform/heap/Handle.h"
17 #include "platform/wtf/Deque.h" 17 #include "platform/wtf/Deque.h"
18 #include "platform/wtf/Locker.h" 18 #include "platform/wtf/Locker.h"
19 #include "platform/wtf/PtrUtil.h" 19 #include "platform/wtf/PtrUtil.h"
20 #include "platform/wtf/ThreadSafeRefCounted.h" 20 #include "platform/wtf/ThreadSafeRefCounted.h"
21 #include "platform/wtf/ThreadingPrimitives.h" 21 #include "platform/wtf/ThreadingPrimitives.h"
22 #include "platform/wtf/Vector.h" 22 #include "platform/wtf/Vector.h"
23 #include "platform/wtf/text/StringBuilder.h" 23 #include "platform/wtf/text/StringBuilder.h"
24 #include "public/platform/Platform.h" 24 #include "public/platform/Platform.h"
25 #include "public/platform/WebDataConsumerHandle.h" 25 #include "public/platform/WebDataConsumerHandle.h"
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 std::unique_ptr<T> handle_reader_; 516 std::unique_ptr<T> handle_reader_;
517 }; 517 };
518 518
519 static std::unique_ptr<WebDataConsumerHandle> 519 static std::unique_ptr<WebDataConsumerHandle>
520 CreateWaitingDataConsumerHandle(); 520 CreateWaitingDataConsumerHandle();
521 }; 521 };
522 522
523 } // namespace blink 523 } // namespace blink
524 524
525 #endif // DataConsumerHandleTestUtil_h 525 #endif // DataConsumerHandleTestUtil_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp ('k') | third_party/WebKit/Source/modules/fetch/FetchManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698