Skip to content

Commit

Permalink
Fix the invalid jni header in native_test_launcher on Android.
Browse files Browse the repository at this point in the history
The rule of generating jni header is changed, need to update the related
source file.

BUG=
TEST=unittests


Review URL: https://chromiumcodereview.appspot.com/10809029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147609 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
shouqun.liu@intel.com committed Jul 20, 2012
1 parent 7564e46 commit c8a5af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/browser/android/content_video_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion testing/android/native_test_launcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c8a5af7

Please sign in to comment.