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

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

Issue 689563002: Cleanup: Remove unneeded path_service.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « extensions/browser/guest_view/test_guest_view_manager.cc ('k') | media/base/media_posix.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/memory/aligned_memory.h" 10 #include "base/memory/aligned_memory.h"
11 #include "base/path_service.h"
12 #include "base/sync_socket.h" 11 #include "base/sync_socket.h"
13 #include "base/win/scoped_com_initializer.h" 12 #include "base/win/scoped_com_initializer.h"
14 #include "base/win/windows_version.h" 13 #include "base/win/windows_version.h"
15 #include "media/base/limits.h" 14 #include "media/base/limits.h"
16 #include "media/audio/audio_io.h" 15 #include "media/audio/audio_io.h"
17 #include "media/audio/audio_manager.h" 16 #include "media/audio/audio_manager.h"
18 #include "media/audio/mock_audio_source_callback.h" 17 #include "media/audio/mock_audio_source_callback.h"
19 #include "media/audio/simple_sources.h" 18 #include "media/audio/simple_sources.h"
20 #include "testing/gmock/include/gmock/gmock.h" 19 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 oas->Start(&source); 666 oas->Start(&source);
668 667
669 ::WaitForSingleObject(thread, INFINITE); 668 ::WaitForSingleObject(thread, INFINITE);
670 ::CloseHandle(thread); 669 ::CloseHandle(thread);
671 670
672 oas->Stop(); 671 oas->Stop();
673 oas->Close(); 672 oas->Close();
674 } 673 }
675 674
676 } // namespace media 675 } // namespace media
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/test_guest_view_manager.cc ('k') | media/base/media_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698