| 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..83f75881b648b6a1f3d218b3e988745b6aaafeaf 100644
 | 
| --- a/components/safe_browsing_db/safe_browsing_prefs.cc
 | 
| +++ b/components/safe_browsing/common/safe_browsing_prefs.cc
 | 
| @@ -2,11 +2,12 @@
 | 
|  // 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"
 | 
| +
 | 
|  #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 {
 | 
|  
 | 
| 
 |