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

Unified Diff: Source/core/html/shadow/MediaControls.cpp

Issue 157423002: Rename MediaControlsChromiumAndroid to MediaControlsAndroid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/shadow/MediaControlsAndroid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControls.cpp
diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp
index 61661b4d7371a713d68069a8c8380e38e8d76d57..b31103a76385707c0537a8f127d57f2d268095bc 100644
--- a/Source/core/html/shadow/MediaControls.cpp
+++ b/Source/core/html/shadow/MediaControls.cpp
@@ -29,7 +29,7 @@
#include "bindings/v8/ExceptionStatePlaceholder.h"
#if OS(ANDROID)
-#include "core/html/shadow/MediaControlsChromiumAndroid.h"
+#include "core/html/shadow/MediaControlsAndroid.h"
#endif
namespace WebCore {
@@ -63,7 +63,7 @@ PassRefPtr<MediaControls> MediaControls::create(Document& document)
RefPtr<MediaControls> controls;
#if OS(ANDROID)
- controls = adoptRef(new MediaControlsChromiumAndroid(document));
+ controls = adoptRef(new MediaControlsAndroid(document));
#else
controls = adoptRef(new MediaControls(document));
#endif
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/shadow/MediaControlsAndroid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698