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

Unified Diff: content/common/android/command_line.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/geolocation/location_api_adapter_android.cc ('k') | content/common/android/device_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/command_line.cc
diff --git a/content/common/android/command_line.cc b/content/common/android/command_line.cc
index 5b951741d3ec0c903777b5bc6089a22df123a907..8ac58c2bc5c81944314ed4d1421c4ab0d6a42b13 100644
--- a/content/common/android/command_line.cc
+++ b/content/common/android/command_line.cc
@@ -8,7 +8,7 @@
#include "base/android/jni_string.h"
#include "base/command_line.h"
#include "base/logging.h"
-#include "jni/command_line_jni.h"
+#include "jni/CommandLine_jni.h"
using base::android::AppendJavaStringArrayToStringVector;
using base::android::ConvertJavaStringToUTF8;
« no previous file with comments | « content/browser/geolocation/location_api_adapter_android.cc ('k') | content/common/android/device_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698