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

Side by Side Diff: media/cast/test/utility/standalone_cast_environment.h

Issue 1535193003: Add missing macros includes in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « media/cast/test/utility/in_process_receiver.h ('k') | media/cast/test/utility/udp_proxy.h » ('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 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 #ifndef MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_ 5 #ifndef MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_
6 #define MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_ 6 #define MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_
7 7
8 #include "base/macros.h"
8 #include "base/threading/thread.h" 9 #include "base/threading/thread.h"
9 #include "base/threading/thread_checker.h" 10 #include "base/threading/thread_checker.h"
10 #include "media/cast/cast_environment.h" 11 #include "media/cast/cast_environment.h"
11 12
12 namespace media { 13 namespace media {
13 namespace cast { 14 namespace cast {
14 15
15 // A complete CastEnvironment where all task runners are spurned from 16 // A complete CastEnvironment where all task runners are spurned from
16 // internally-owned threads. Uses base::DefaultTickClock as a clock. 17 // internally-owned threads. Uses base::DefaultTickClock as a clock.
17 // 18 //
(...skipping 16 matching lines...) Expand all
34 base::Thread audio_thread_; 35 base::Thread audio_thread_;
35 base::Thread video_thread_; 36 base::Thread video_thread_;
36 37
37 DISALLOW_COPY_AND_ASSIGN(StandaloneCastEnvironment); 38 DISALLOW_COPY_AND_ASSIGN(StandaloneCastEnvironment);
38 }; 39 };
39 40
40 } // namespace cast 41 } // namespace cast
41 } // namespace media 42 } // namespace media
42 43
43 #endif // MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_ 44 #endif // MEDIA_CAST_TEST_UTILITY_STANDALONE_CAST_ENVIRONMENT_H_
OLDNEW
« no previous file with comments | « media/cast/test/utility/in_process_receiver.h ('k') | media/cast/test/utility/udp_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698