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

Side by Side Diff: media/audio/win/audio_output_win_unittest.cc

Issue 14820034: Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette, ipc, media, and net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix build Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 <windows.h> 5 #include <windows.h>
6 #include <mmsystem.h> 6 #include <mmsystem.h>
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/base_paths.h" 9 #include "base/base_paths.h"
10 #include "base/file_util.h"
11 #include "base/memory/aligned_memory.h" 10 #include "base/memory/aligned_memory.h"
12 #include "base/path_service.h" 11 #include "base/path_service.h"
13 #include "base/sync_socket.h" 12 #include "base/sync_socket.h"
14 #include "base/win/scoped_com_initializer.h" 13 #include "base/win/scoped_com_initializer.h"
15 #include "base/win/windows_version.h" 14 #include "base/win/windows_version.h"
16 #include "media/base/limits.h" 15 #include "media/base/limits.h"
17 #include "media/audio/audio_io.h" 16 #include "media/audio/audio_io.h"
18 #include "media/audio/audio_util.h" 17 #include "media/audio/audio_util.h"
19 #include "media/audio/audio_manager.h" 18 #include "media/audio/audio_manager.h"
20 #include "media/audio/simple_sources.h" 19 #include "media/audio/simple_sources.h"
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 oas->Start(&source); 684 oas->Start(&source);
686 685
687 ::WaitForSingleObject(thread, INFINITE); 686 ::WaitForSingleObject(thread, INFINITE);
688 ::CloseHandle(thread); 687 ::CloseHandle(thread);
689 688
690 oas->Stop(); 689 oas->Stop();
691 oas->Close(); 690 oas->Close();
692 } 691 }
693 692
694 } // namespace media 693 } // namespace media
OLDNEW
« no previous file with comments | « ipc/unix_domain_socket_util_unittest.cc ('k') | media/filters/blocking_url_protocol_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698