summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/browser/android/content_video_view.cc2
-rw-r--r--testing/android/native_test_launcher.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc
index 88599b2..402734c 100644
--- a/content/browser/android/content_video_view.cc
+++ b/content/browser/android/content_video_view.cc
@@ -14,7 +14,7 @@
#include "content/common/android/surface_texture_peer.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/common/content_switches.h"
-#include "jni/content_video_view_jni.h"
+#include "jni/ContentVideoView_jni.h"
#include "webkit/media/android/media_metadata_android.h"
using base::android::AttachCurrentThread;
diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
index d2a8e24..d807947 100644
--- a/testing/android/native_test_launcher.cc
+++ b/testing/android/native_test_launcher.cc
@@ -29,7 +29,7 @@
#include "base/string_tokenizer.h"
#include "base/string_util.h"
#include "gtest/gtest.h"
-#include "testing/android/jni/chrome_native_test_activity_jni.h"
+#include "testing/jni/ChromeNativeTestActivity_jni.h"
// The main function of the program to be wrapped as a test apk.
extern int main(int argc, char** argv);