| Index: chrome/browser/android/chrome_jni_registrar.cc
|
| diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
|
| index 584af842fc1374b08c979448d62b7cdad0b86977..71cc00659e68d6ce00d4174456358d40169868f0 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -25,7 +25,6 @@
|
| #include "chrome/browser/android/dev_tools_server.h"
|
| #include "chrome/browser/android/dom_distiller/feedback_reporter_android.h"
|
| #include "chrome/browser/android/download/chrome_download_delegate.h"
|
| -#include "chrome/browser/android/enhanced_bookmarks/enhanced_bookmarks_bridge.h"
|
| #include "chrome/browser/android/favicon_helper.h"
|
| #include "chrome/browser/android/feature_utilities.h"
|
| #include "chrome/browser/android/find_in_page/find_in_page_bridge.h"
|
| @@ -57,6 +56,7 @@
|
| #include "chrome/browser/autofill/android/personal_data_manager_android.h"
|
| #include "chrome/browser/dom_distiller/dom_distiller_service_factory_android.h"
|
| #include "chrome/browser/dom_distiller/tab_utils_android.h"
|
| +#include "chrome/browser/enhanced_bookmarks/android/enhanced_bookmarks_bridge.h"
|
| #include "chrome/browser/history/android/sqlite_cursor.h"
|
| #include "chrome/browser/invalidation/invalidation_service_factory_android.h"
|
| #include "chrome/browser/lifetime/application_lifetime_android.h"
|
|
|