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

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

Issue 10444113: Fixed the dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync again Created 8 years, 7 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/app/android/content_jni_registrar.cc ('k') | content/browser/android/content_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/library_loader_hooks.cc
diff --git a/content/browser/android/library_loader_hooks.cc b/content/app/android/library_loader_hooks.cc
similarity index 96%
rename from content/browser/android/library_loader_hooks.cc
rename to content/app/android/library_loader_hooks.cc
index 30b266f82d1ab136adb2984010953d5a912847fa..ef01391240ce32fffffcff7c720074df7ec1e2f3 100644
--- a/content/browser/android/library_loader_hooks.cc
+++ b/content/app/android/library_loader_hooks.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/android_library_loader_hooks.h"
+#include "content/public/app/android_library_loader_hooks.h"
#include "base/android/base_jni_registrar.h"
#include "base/android/jni_registrar.h"
@@ -17,9 +17,9 @@
#include "base/string_tokenizer.h"
#include "base/string_util.h"
#include "base/tracked_objects.h"
-#include "content/public/common/content_switches.h"
+#include "content/app/android/content_jni_registrar.h"
#include "content/browser/android/command_line.h"
-#include "content/browser/android/content_jni_registrar.h"
+#include "content/public/common/content_switches.h"
#include "media/base/android/media_jni_registrar.h"
#include "net/android/net_jni_registrar.h"
« no previous file with comments | « content/app/android/content_jni_registrar.cc ('k') | content/browser/android/content_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698