| Index: chrome/browser/safe_browsing/client_side_model_loader_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_model_loader_unittest.cc b/chrome/browser/safe_browsing/client_side_model_loader_unittest.cc
|
| index f30d55909bd28161d507621712793097693f1c2a..b696b8b2223b07927ffdcd34b6011a33c2328cfc 100644
|
| --- a/chrome/browser/safe_browsing/client_side_model_loader_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_model_loader_unittest.cc
|
| @@ -16,8 +16,8 @@
|
| #include "base/run_loop.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/common/safe_browsing/client_model.pb.h"
|
| -#include "components/safe_browsing/csd.pb.h"
|
| +#include "components/safe_browsing/common/client_model.pb.h"
|
| +#include "components/safe_browsing/common/csd.pb.h"
|
| #include "components/variations/variations_associated_data.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "net/http/http_status_code.h"
|
|
|