Chromium Code Reviews| Index: components/safe_browsing/common/safe_browsing_prefs.cc |
| diff --git a/components/safe_browsing_db/safe_browsing_prefs.cc b/components/safe_browsing/common/safe_browsing_prefs.cc |
| similarity index 99% |
| rename from components/safe_browsing_db/safe_browsing_prefs.cc |
| rename to components/safe_browsing/common/safe_browsing_prefs.cc |
| index 3895131cbbe07afa8ee28698690351b26e128c3b..b7acef24ca4fd83b5b16545929a4e965ce6618d2 100644 |
| --- a/components/safe_browsing_db/safe_browsing_prefs.cc |
| +++ b/components/safe_browsing/common/safe_browsing_prefs.cc |
| @@ -2,11 +2,11 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include "components/safe_browsing/common/safe_browsing_prefs.h" |
|
lpz
2017/05/11 18:17:35
nit: 1 blank line after
timvolodine
2017/05/12 11:31:09
Done.
|
| #include "base/command_line.h" |
| #include "base/logging.h" |
| #include "base/metrics/histogram_macros.h" |
| #include "components/prefs/pref_service.h" |
| -#include "components/safe_browsing_db/safe_browsing_prefs.h" |
| namespace { |