| Index: components/safe_browsing_db/safe_browsing_api_handler_util.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.cc b/components/safe_browsing_db/safe_browsing_api_handler_util.cc
|
| similarity index 96%
|
| rename from chrome/browser/safe_browsing/safe_browsing_api_handler_util.cc
|
| rename to components/safe_browsing_db/safe_browsing_api_handler_util.cc
|
| index 897ad4079be90a83be1f1818220afd87eabcad7e..f4171a53a30fc92d87e4f7637b4e85d4b488b64d 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_api_handler_util.cc
|
| +++ b/components/safe_browsing_db/safe_browsing_api_handler_util.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 "chrome/browser/safe_browsing/safe_browsing_api_handler_util.h"
|
| +#include "components/safe_browsing_db/safe_browsing_api_handler_util.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -13,8 +13,8 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/safe_browsing/metadata.pb.h"
|
| -#include "chrome/browser/safe_browsing/safe_browsing_util.h"
|
| +#include "components/safe_browsing_db/metadata.pb.h"
|
| +#include "components/safe_browsing_db/util.h"
|
|
|
|
|
| namespace safe_browsing {
|
|
|