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

Side by Side Diff: Source/testing/runner/MockWebRTCPeerConnectionHandler.cpp

Issue 67313005: Remove duplicated headers from the testing/ directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 21 matching lines...) Expand all
32 32
33 #include "MockConstraints.h" 33 #include "MockConstraints.h"
34 #include "MockWebRTCDTMFSenderHandler.h" 34 #include "MockWebRTCDTMFSenderHandler.h"
35 #include "MockWebRTCDataChannelHandler.h" 35 #include "MockWebRTCDataChannelHandler.h"
36 #include "TestInterfaces.h" 36 #include "TestInterfaces.h"
37 #include "public/platform/WebMediaConstraints.h" 37 #include "public/platform/WebMediaConstraints.h"
38 #include "public/platform/WebMediaStream.h" 38 #include "public/platform/WebMediaStream.h"
39 #include "public/platform/WebMediaStreamTrack.h" 39 #include "public/platform/WebMediaStreamTrack.h"
40 #include "public/platform/WebRTCDataChannelInit.h" 40 #include "public/platform/WebRTCDataChannelInit.h"
41 #include "public/platform/WebRTCPeerConnectionHandlerClient.h" 41 #include "public/platform/WebRTCPeerConnectionHandlerClient.h"
42 #include "public/platform/WebRTCSessionDescription.h"
43 #include "public/platform/WebRTCSessionDescriptionRequest.h"
44 #include "public/platform/WebRTCStatsRequest.h"
45 #include "public/platform/WebRTCStatsResponse.h" 42 #include "public/platform/WebRTCStatsResponse.h"
46 #include "public/platform/WebRTCVoidRequest.h" 43 #include "public/platform/WebRTCVoidRequest.h"
47 #include "public/platform/WebString.h" 44 #include "public/platform/WebString.h"
48 #include "public/platform/WebVector.h" 45 #include "public/platform/WebVector.h"
49 #include "public/testing/WebTestDelegate.h" 46 #include "public/testing/WebTestDelegate.h"
50 47
51 using namespace blink; 48 using namespace blink;
52 49
53 namespace WebTestRunner { 50 namespace WebTestRunner {
54 51
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 { 299 {
303 return new MockWebRTCDTMFSenderHandler(track, m_interfaces->delegate()); 300 return new MockWebRTCDTMFSenderHandler(track, m_interfaces->delegate());
304 } 301 }
305 302
306 void MockWebRTCPeerConnectionHandler::stop() 303 void MockWebRTCPeerConnectionHandler::stop()
307 { 304 {
308 m_stopped = true; 305 m_stopped = true;
309 } 306 }
310 307
311 } 308 }
OLDNEW
« no previous file with comments | « Source/testing/runner/MockWebRTCDataChannelHandler.cpp ('k') | Source/testing/runner/NotificationPresenter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698