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

Side by Side Diff: media/base/android/media_drm_bridge.h

Issue 2691263002: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_ 5 #ifndef MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_
6 #define MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_ 6 #define MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_
7 7
8 #include <jni.h> 8 #include <jni.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <memory> 11 #include <memory>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/android/scoped_java_ref.h" 15 #include "base/android/scoped_java_ref.h"
16 #include "base/callback.h" 16 #include "base/callback.h"
17 #include "base/macros.h" 17 #include "base/macros.h"
18 #include "base/memory/ref_counted.h" 18 #include "base/memory/ref_counted.h"
19 #include "base/memory/weak_ptr.h" 19 #include "base/memory/weak_ptr.h"
20 #include "base/sequenced_task_runner_helpers.h"
21 #include "media/base/android/media_drm_bridge_cdm_context.h" 20 #include "media/base/android/media_drm_bridge_cdm_context.h"
22 #include "media/base/cdm_promise.h" 21 #include "media/base/cdm_promise.h"
23 #include "media/base/cdm_promise_adapter.h" 22 #include "media/base/cdm_promise_adapter.h"
24 #include "media/base/content_decryption_module.h" 23 #include "media/base/content_decryption_module.h"
25 #include "media/base/media_export.h" 24 #include "media/base/media_export.h"
26 #include "media/base/player_tracker.h" 25 #include "media/base/player_tracker.h"
27 #include "media/base/provision_fetcher.h" 26 #include "media/base/provision_fetcher.h"
28 #include "media/cdm/player_tracker_impl.h" 27 #include "media/cdm/player_tracker_impl.h"
29 #include "url/gurl.h" 28 #include "url/gurl.h"
30 29
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 319
321 // NOTE: Weak pointers must be invalidated before all other member variables. 320 // NOTE: Weak pointers must be invalidated before all other member variables.
322 base::WeakPtrFactory<MediaDrmBridge> weak_factory_; 321 base::WeakPtrFactory<MediaDrmBridge> weak_factory_;
323 322
324 DISALLOW_COPY_AND_ASSIGN(MediaDrmBridge); 323 DISALLOW_COPY_AND_ASSIGN(MediaDrmBridge);
325 }; 324 };
326 325
327 } // namespace media 326 } // namespace media
328 327
329 #endif // MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_ 328 #endif // MEDIA_BASE_ANDROID_MEDIA_DRM_BRIDGE_H_
OLDNEW
« no previous file with comments | « ios/web_view/internal/criwv_url_request_context_getter.mm ('k') | net/android/http_auth_negotiate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698