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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_database.h

Issue 1410343012: Revert of Move more declarations from c/b/sb/sb_util.h to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@01_components
Patch Set: Created 5 years, 1 month 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: chrome/browser/safe_browsing/safe_browsing_database.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_database.h b/chrome/browser/safe_browsing/safe_browsing_database.h
index 22642a29898daebab9b435c218e3d79d7d61e9c6..4d57ea31ac1084b9f5eab1f60e85c025526d701b 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database.h
+++ b/chrome/browser/safe_browsing/safe_browsing_database.h
@@ -19,7 +19,6 @@
#include "base/synchronization/lock.h"
#include "base/time/time.h"
#include "chrome/browser/safe_browsing/safe_browsing_store.h"
-#include "components/safe_browsing_db/util.h"
namespace safe_browsing {
class PrefixSet;
@@ -591,10 +590,10 @@
// Helpers for InsertChunks().
void InsertAddChunk(SafeBrowsingStore* store,
- safe_browsing::ListType list_id,
+ safe_browsing_util::ListType list_id,
const SBChunkData& chunk);
void InsertSubChunk(SafeBrowsingStore* store,
- safe_browsing::ListType list_id,
+ safe_browsing_util::ListType list_id,
const SBChunkData& chunk);
// Updates the |store| and stores the result on disk under |store_filename|.

Powered by Google App Engine
This is Rietveld 408576698