| Index: chrome/browser/safe_browsing/safe_browsing_util.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_util.cc b/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| index 799be07e8ce0c61c05b40f9c712f36855a993bc5..17e3d47f68df51c131483370eec83ec89ef988d4 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/safe_browsing/chunk.pb.h"
|
| +#include "components/google/core/browser/google_util.h"
|
| #include "crypto/sha2.h"
|
| #include "net/base/escape.h"
|
| #include "url/gurl.h"
|
|
|