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

Unified Diff: components/safe_browsing_db/prefix_set.h

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_db/prefix_set.h
diff --git a/chrome/browser/safe_browsing/prefix_set.h b/components/safe_browsing_db/prefix_set.h
similarity index 96%
rename from chrome/browser/safe_browsing/prefix_set.h
rename to components/safe_browsing_db/prefix_set.h
index 6efd21973ffbd5928a729755feef40059bc8e603..80c311a7099572ceeed268c7bbfcf5e7eb6af2bf 100644
--- a/chrome/browser/safe_browsing/prefix_set.h
+++ b/components/safe_browsing_db/prefix_set.h
@@ -46,15 +46,15 @@
// m * 2 byte |&deltas_[0]..&deltas_[m]|
// 16 byte digest
-#ifndef CHROME_BROWSER_SAFE_BROWSING_PREFIX_SET_H_
-#define CHROME_BROWSER_SAFE_BROWSING_PREFIX_SET_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_PREFIX_SET_H_
+#define COMPONENTS_SAFE_BROWSING_DB_PREFIX_SET_H_
#include <utility>
#include <vector>
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/safe_browsing/safe_browsing_util.h"
+#include "components/safe_browsing_db/safe_browsing_db_util.h"
namespace base {
class FilePath;
@@ -183,4 +183,4 @@ class PrefixSetBuilder {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_PREFIX_SET_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_PREFIX_SET_H_

Powered by Google App Engine
This is Rietveld 408576698