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

Side by Side Diff: media/audio/test_audio_input_controller_factory.h

Issue 10701135: Remove #pragma once from media (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | media/audio/win/waveout_output_win.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 (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 #ifndef MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_ 5 #ifndef MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_
6 #define MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_ 6 #define MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_
7 #pragma once
8 7
9 #include "base/bind.h" 8 #include "base/bind.h"
10 #include "media/audio/audio_input_controller.h" 9 #include "media/audio/audio_input_controller.h"
11 10
12 namespace media { 11 namespace media {
13 12
14 class TestAudioInputControllerFactory; 13 class TestAudioInputControllerFactory;
15 14
16 // TestAudioInputController and TestAudioInputControllerFactory are used for 15 // TestAudioInputController and TestAudioInputControllerFactory are used for
17 // testing consumers of AudioInputController. TestAudioInputControllerFactory 16 // testing consumers of AudioInputController. TestAudioInputControllerFactory
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 94
96 // The caller of Create owns this object. 95 // The caller of Create owns this object.
97 TestAudioInputController* controller_; 96 TestAudioInputController* controller_;
98 97
99 DISALLOW_COPY_AND_ASSIGN(TestAudioInputControllerFactory); 98 DISALLOW_COPY_AND_ASSIGN(TestAudioInputControllerFactory);
100 }; 99 };
101 100
102 } // namespace media 101 } // namespace media
103 102
104 #endif // MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_ 103 #endif // MEDIA_AUDIO_TEST_AUDIO_INPUT_CONTROLLER_FACTORY_H_
OLDNEW
« no previous file with comments | « no previous file | media/audio/win/waveout_output_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698