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

Unified Diff: content/app/android/library_loader_hooks.cc

Issue 10532155: Upstream some more content/ DEPS-related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/library_loader_hooks.cc
diff --git a/content/app/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc
index ef01391240ce32fffffcff7c720074df7ec1e2f3..b5a056374f6c626bf6fbcc874318df2849c52258 100644
--- a/content/app/android/library_loader_hooks.cc
+++ b/content/app/android/library_loader_hooks.cc
@@ -18,7 +18,7 @@
#include "base/string_util.h"
#include "base/tracked_objects.h"
#include "content/app/android/content_jni_registrar.h"
-#include "content/browser/android/command_line.h"
+#include "content/common/android/command_line.h"
#include "content/public/common/content_switches.h"
#include "media/base/android/media_jni_registrar.h"
#include "net/android/net_jni_registrar.h"
@@ -89,7 +89,7 @@ bool RegisterLibraryLoaderEntryHook(JNIEnv* env) {
};
const int kMethodsSize = arraysize(kMethods);
const char kLibraryLoaderPath[] =
- "org/chromium/content/browser/LibraryLoader";
+ "org/chromium/content/app/LibraryLoader";
Yaron 2012/06/15 17:40:35 If you rebase this function is gone (replaced with
no sievers 2012/06/15 20:34:41 Done.
base::android::ScopedJavaLocalRef<jclass> clazz =
base::android::GetClass(env, kLibraryLoaderPath);

Powered by Google App Engine
This is Rietveld 408576698