| Index: components/safe_browsing/renderer/mock_feature_extractor_clock.cc
|
| diff --git a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.cc b/components/safe_browsing/renderer/mock_feature_extractor_clock.cc
|
| similarity index 83%
|
| rename from chrome/renderer/safe_browsing/mock_feature_extractor_clock.cc
|
| rename to components/safe_browsing/renderer/mock_feature_extractor_clock.cc
|
| index 665baf0b5c3c082fb8d76edc46238ef196719036..391a1ba01ff9aad9bffbf1f6356cfec33d97fe59 100644
|
| --- a/chrome/renderer/safe_browsing/mock_feature_extractor_clock.cc
|
| +++ b/components/safe_browsing/renderer/mock_feature_extractor_clock.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/renderer/safe_browsing/mock_feature_extractor_clock.h"
|
| +#include "components/safe_browsing/renderer/mock_feature_extractor_clock.h"
|
|
|
| namespace safe_browsing {
|
|
|
|
|