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

Side by Side Diff: content/renderer/media/android/media_source_delegate.h

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_
6 #define CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_ 6 #define CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "base/message_loop/message_loop.h" 15 #include "base/message_loop/message_loop.h"
16 #include "base/time/time.h" 16 #include "base/time/time.h"
17 #include "media/base/decryptor.h" 17 #include "media/base/decryptor.h"
18 #include "media/base/demuxer.h" 18 #include "media/base/demuxer.h"
19 #include "media/base/media_keys.h" 19 #include "media/base/media_keys.h"
20 #include "media/base/pipeline_status.h" 20 #include "media/base/pipeline_status.h"
21 #include "media/base/ranges.h" 21 #include "media/base/ranges.h"
22 #include "media/base/text_track.h" 22 #include "media/base/text_track.h"
23 #include "third_party/WebKit/public/web/WebMediaPlayer.h" 23 #include "third_party/WebKit/public/platform/WebMediaPlayer.h"
24 24
25 namespace media { 25 namespace media {
26 class ChunkDemuxer; 26 class ChunkDemuxer;
27 class DecoderBuffer; 27 class DecoderBuffer;
28 class DecryptingDemuxerStream; 28 class DecryptingDemuxerStream;
29 class DemuxerStream; 29 class DemuxerStream;
30 class MediaLog; 30 class MediaLog;
31 struct DemuxerConfigs; 31 struct DemuxerConfigs;
32 struct DemuxerData; 32 struct DemuxerData;
33 } 33 }
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 #endif // defined(GOOGLE_TV) 250 #endif // defined(GOOGLE_TV)
251 251
252 size_t access_unit_size_; 252 size_t access_unit_size_;
253 253
254 DISALLOW_COPY_AND_ASSIGN(MediaSourceDelegate); 254 DISALLOW_COPY_AND_ASSIGN(MediaSourceDelegate);
255 }; 255 };
256 256
257 } // namespace content 257 } // namespace content
258 258
259 #endif // CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_ 259 #endif // CONTENT_RENDERER_MEDIA_ANDROID_MEDIA_SOURCE_DELEGATE_H_
OLDNEW
« no previous file with comments | « content/renderer/media/android/media_info_loader_unittest.cc ('k') | content/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698