| Index: components/safe_browsing_db/v4_protocol_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/v4_protocol_manager.cc b/components/safe_browsing_db/v4_protocol_manager.cc
|
| similarity index 99%
|
| rename from chrome/browser/safe_browsing/v4_protocol_manager.cc
|
| rename to components/safe_browsing_db/v4_protocol_manager.cc
|
| index 4cb32e325e8e2d1d8f0456a638902d4c346d78b1..dabf7ccd3ff2c7d5fb534b5833497b5eb45ac84c 100644
|
| --- a/chrome/browser/safe_browsing/v4_protocol_manager.cc
|
| +++ b/components/safe_browsing_db/v4_protocol_manager.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/v4_protocol_manager.h"
|
| +#include "components/safe_browsing_db/v4_protocol_manager.h"
|
|
|
| #include <utility>
|
|
|
|
|