| Index: chrome/app/android/chrome_main_delegate_android.cc
|
| diff --git a/chrome/app/android/chrome_main_delegate_android.cc b/chrome/app/android/chrome_main_delegate_android.cc
|
| index 298a8f1d3323209f8653d08d40b0bb3177cbc190..7e52cc748acc079f9bf4c3e2054d3cb68f60406d 100644
|
| --- a/chrome/app/android/chrome_main_delegate_android.cc
|
| +++ b/chrome/app/android/chrome_main_delegate_android.cc
|
| @@ -13,9 +13,9 @@
|
| #include "base/trace_event/trace_event.h"
|
| #include "chrome/browser/android/chrome_startup_flags.h"
|
| #include "chrome/browser/android/metrics/uma_utils.h"
|
| -#include "chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.h"
|
| #include "chrome/browser/media/android/remote/remote_media_player_manager.h"
|
| #include "components/policy/core/browser/android/android_combined_policy_provider.h"
|
| +#include "components/safe_browsing_db/android/safe_browsing_api_handler_bridge.h"
|
| #include "components/safe_browsing_db/safe_browsing_api_handler.h"
|
| #include "components/startup_metric_utils/browser/startup_metric_utils.h"
|
| #include "content/browser/media/android/browser_media_player_manager.h"
|
|
|