| 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 6c16506c8e54142c6bb8e724e91b7c7eb6a14820..5f0c4e5196cf88fa7e8e3c9e23b9e973b48c9cfe 100644
|
| --- a/content/app/android/library_loader_hooks.cc
|
| +++ b/content/app/android/library_loader_hooks.cc
|
| @@ -11,10 +11,10 @@
|
| #include "base/android/jni_string.h"
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "base/tracked_objects.h"
|
| #include "content/app/android/app_jni_registrar.h"
|
| #include "content/browser/android/browser_jni_registrar.h"
|
|
|