Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: components/safe_browsing/common/safe_browsing_prefs.cc

Issue 2869383002: Unify safe_browsing* components [1]: move safe_browsing_prefs* (Closed)
Patch Set: fix compile on win Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698