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

Unified Diff: content/app/android/user_agent.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
Index: content/app/android/user_agent.cc
diff --git a/content/app/android/user_agent.cc b/content/app/android/user_agent.cc
index aa284e5cb359b167d8b1d4fe255593dd71c7a2f0..7a1c49b4c3b70719525ea377e0b494a71ef2af40 100644
--- a/content/app/android/user_agent.cc
+++ b/content/app/android/user_agent.cc
@@ -7,7 +7,7 @@
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
#include "base/android/scoped_java_ref.h"
-#include "jni/user_agent_jni.h"
+#include "jni/UserAgent_jni.h"
using base::android::AttachCurrentThread;
using base::android::ScopedJavaLocalRef;
« no previous file with comments | « content/app/android/sandboxed_process_service.cc ('k') | content/browser/android/android_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698