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

Side by Side Diff: media/capture/video/android/video_capture_device_factory_android.cc

Issue 1475773002: Add context_utils.h includes where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « media/base/android/webaudio_media_codec_bridge.cc ('k') | media/midi/midi_manager_android.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #include "media/capture/video/android/video_capture_device_factory_android.h" 5 #include "media/capture/video/android/video_capture_device_factory_android.h"
6 6
7 #include "base/android/context_utils.h"
7 #include "base/android/jni_string.h" 8 #include "base/android/jni_string.h"
8 #include "base/strings/string_number_conversions.h" 9 #include "base/strings/string_number_conversions.h"
9 #include "base/strings/stringprintf.h" 10 #include "base/strings/stringprintf.h"
10 #include "jni/VideoCaptureFactory_jni.h" 11 #include "jni/VideoCaptureFactory_jni.h"
11 #include "media/capture/video/android/video_capture_device_android.h" 12 #include "media/capture/video/android/video_capture_device_android.h"
12 13
13 using base::android::AttachCurrentThread; 14 using base::android::AttachCurrentThread;
14 using base::android::ScopedJavaLocalRef; 15 using base::android::ScopedJavaLocalRef;
15 16
16 namespace media { 17 namespace media {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 } 131 }
131 132
132 // static 133 // static
133 VideoCaptureDeviceFactory* 134 VideoCaptureDeviceFactory*
134 VideoCaptureDeviceFactory::CreateVideoCaptureDeviceFactory( 135 VideoCaptureDeviceFactory::CreateVideoCaptureDeviceFactory(
135 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) { 136 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) {
136 return new VideoCaptureDeviceFactoryAndroid(); 137 return new VideoCaptureDeviceFactoryAndroid();
137 } 138 }
138 139
139 } // namespace media 140 } // namespace media
OLDNEW
« no previous file with comments | « media/base/android/webaudio_media_codec_bridge.cc ('k') | media/midi/midi_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698