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

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: 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
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 17ebbd433f7f72fec8332d55d6d7dcdc545fab20..05796b4bd5c79a97d1fc2647da68410dd895562b 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"

Powered by Google App Engine
This is Rietveld 408576698