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

Side by Side Diff: media/base/mock_media_filters.h

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 6 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 (c) 2009 The Chromium Authors. All rights reserved. Use of this 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
2 // source code is governed by a BSD-style license that can be found in the 2 // source code is governed by a BSD-style license that can be found in the
3 // LICENSE file. 3 // LICENSE file.
4 4
5 #ifndef MEDIA_BASE_MOCK_MEDIA_FILTERS_H_ 5 #ifndef MEDIA_BASE_MOCK_MEDIA_FILTERS_H_
6 #define MEDIA_BASE_MOCK_MEDIA_FILTERS_H_ 6 #define MEDIA_BASE_MOCK_MEDIA_FILTERS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/scoped_ptr.h"
10 #include "base/waitable_event.h" 11 #include "base/waitable_event.h"
11 #include "media/base/buffers.h" 12 #include "media/base/buffers.h"
12 #include "media/base/factory.h" 13 #include "media/base/factory.h"
13 #include "media/base/filter_host.h" 14 #include "media/base/filter_host.h"
14 #include "media/base/filters.h" 15 #include "media/base/filters.h"
15 #include "media/base/media_format.h" 16 #include "media/base/media_format.h"
16 #include "media/base/pipeline.h" 17 #include "media/base/pipeline.h"
17 #include "media/base/video_frame_impl.h" 18 #include "media/base/video_frame_impl.h"
18 #include "testing/gtest/include/gtest/gtest.h" 19 #include "testing/gtest/include/gtest/gtest.h"
19 20
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 base::WaitableEvent event_; 662 base::WaitableEvent event_;
662 bool callback_success_status_; 663 bool callback_success_status_;
663 bool waiting_for_callback_; 664 bool waiting_for_callback_;
664 665
665 DISALLOW_COPY_AND_ASSIGN(InitializationHelper); 666 DISALLOW_COPY_AND_ASSIGN(InitializationHelper);
666 }; 667 };
667 668
668 } // namespace media 669 } // namespace media
669 670
670 #endif // MEDIA_BASE_MOCK_MEDIA_FILTERS_H_ 671 #endif // MEDIA_BASE_MOCK_MEDIA_FILTERS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698