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

Side by Side Diff: media/webm/webm_tracks_parser.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « media/audio/mac/audio_low_latency_input_mac.h ('k') | net/base/crl_set.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_WEBM_WEBM_TRACKS_PARSER_H_ 5 #ifndef MEDIA_WEBM_WEBM_TRACKS_PARSER_H_
6 #define MEDIA_WEBM_WEBM_TRACKS_PARSER_H_ 6 #define MEDIA_WEBM_WEBM_TRACKS_PARSER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/time.h"
13 #include "media/webm/webm_content_encodings_client.h" 12 #include "media/webm/webm_content_encodings_client.h"
14 #include "media/webm/webm_parser.h" 13 #include "media/webm/webm_parser.h"
15 14
16 namespace media { 15 namespace media {
17 16
18 // Parser for WebM Tracks element. 17 // Parser for WebM Tracks element.
19 class WebMTracksParser : public WebMParserClient { 18 class WebMTracksParser : public WebMParserClient {
20 public: 19 public:
21 explicit WebMTracksParser(); 20 explicit WebMTracksParser();
22 virtual ~WebMTracksParser(); 21 virtual ~WebMTracksParser();
(...skipping 28 matching lines...) Expand all
51 50
52 int64 video_track_num_; 51 int64 video_track_num_;
53 scoped_ptr<WebMContentEncodingsClient> video_content_encodings_client_; 52 scoped_ptr<WebMContentEncodingsClient> video_content_encodings_client_;
54 53
55 DISALLOW_COPY_AND_ASSIGN(WebMTracksParser); 54 DISALLOW_COPY_AND_ASSIGN(WebMTracksParser);
56 }; 55 };
57 56
58 } // namespace media 57 } // namespace media
59 58
60 #endif // MEDIA_WEBM_WEBM_TRACKS_PARSER_H_ 59 #endif // MEDIA_WEBM_WEBM_TRACKS_PARSER_H_
OLDNEW
« no previous file with comments | « media/audio/mac/audio_low_latency_input_mac.h ('k') | net/base/crl_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698