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

Side by Side Diff: webkit/media/android/webmediaplayer_in_process_android.h

Issue 11961018: Update some #includes in webkit/media/android for headers that were moved from WebKit/chromium/publ… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 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
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 WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_ 5 #ifndef WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_
6 #define WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_ 6 #define WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include <jni.h> 10 #include <jni.h>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "media/base/android/cookie_getter.h" 14 #include "media/base/android/cookie_getter.h"
15 #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
16 #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
15 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h" 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h"
16 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h"
17 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h"
18 #include "webkit/media/android/webmediaplayer_android.h" 18 #include "webkit/media/android/webmediaplayer_android.h"
19 19
20 namespace WebKit { 20 namespace WebKit {
21 class WebCookieJar; 21 class WebCookieJar;
22 class WebFrame; 22 class WebFrame;
23 } 23 }
24 24
25 namespace media { 25 namespace media {
26 class MediaPlayerBridge; 26 class MediaPlayerBridge;
27 class MediaPlayerBridgeManager; 27 class MediaPlayerBridgeManager;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 108
109 // Whether we should disable history logging. 109 // Whether we should disable history logging.
110 bool disable_history_logging_; 110 bool disable_history_logging_;
111 111
112 DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerInProcessAndroid); 112 DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerInProcessAndroid);
113 }; 113 };
114 114
115 } // namespace webkit_media 115 } // namespace webkit_media
116 116
117 #endif // WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_ 117 #endif // WEBKIT_MEDIA_ANDROID_WEBMEDIAPLAYER_IN_PROCESS_ANDROID_H_
OLDNEW
« no previous file with comments | « webkit/media/android/webmediaplayer_impl_android.h ('k') | webkit/media/android/webmediaplayer_in_process_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698