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

Side by Side Diff: chrome/browser/media/webrtc/webrtc_rtp_dump_writer_unittest.cc

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "chrome/browser/media/webrtc_rtp_dump_writer.h" 5 #include "chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <string.h> 9 #include <string.h>
10 10
11 #include <memory> 11 #include <memory>
12 12
13 #include "base/big_endian.h" 13 #include "base/big_endian.h"
14 #include "base/bind.h" 14 #include "base/bind.h"
15 #include "base/files/file_util.h" 15 #include "base/files/file_util.h"
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 base::Unretained(this))); 360 base::Unretained(this)));
361 361
362 content::RunAllPendingInMessageLoop(content::BrowserThread::FILE); 362 content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
363 base::RunLoop().RunUntilIdle(); 363 base::RunLoop().RunUntilIdle();
364 content::RunAllPendingInMessageLoop(content::BrowserThread::FILE); 364 content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
365 base::RunLoop().RunUntilIdle(); 365 base::RunLoop().RunUntilIdle();
366 } 366 }
367 367
368 VerifyDumps(2, 1); 368 VerifyDumps(2, 1);
369 } 369 }
OLDNEW
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc ('k') | chrome/browser/media/webrtc/webrtc_simulcast_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698