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

Unified Diff: content/browser/android/sandboxed_process_launcher.cc

Issue 10798010: Uses gyp "rules" rather than "actions" templates for the JNI generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo on content_jni.gypi Created 8 years, 5 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 | « content/browser/android/remote_debugging_controller.cc ('k') | content/browser/android/touch_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/sandboxed_process_launcher.cc
diff --git a/content/browser/android/sandboxed_process_launcher.cc b/content/browser/android/sandboxed_process_launcher.cc
index 9ab99a4c3538c40f559bca8797ed77acd0c6e34b..f46f2bbb4d06fad518fb40175a7205c8c202a5d2 100644
--- a/content/browser/android/sandboxed_process_launcher.cc
+++ b/content/browser/android/sandboxed_process_launcher.cc
@@ -8,7 +8,7 @@
#include "base/android/jni_array.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "jni/sandboxed_process_launcher_jni.h"
+#include "jni/SandboxedProcessLauncher_jni.h"
using base::android::AttachCurrentThread;
using base::android::ToJavaArrayOfStrings;
« no previous file with comments | « content/browser/android/remote_debugging_controller.cc ('k') | content/browser/android/touch_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698