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

Unified Diff: components/safe_browsing/renderer/murmurhash3_util.cc

Issue 2667343006: Componentize safe_browsing [X+1] : move the renderer part to component.
Patch Set: Created 3 years, 11 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/renderer/murmurhash3_util.cc
diff --git a/chrome/renderer/safe_browsing/murmurhash3_util.cc b/components/safe_browsing/renderer/murmurhash3_util.cc
similarity index 87%
rename from chrome/renderer/safe_browsing/murmurhash3_util.cc
rename to components/safe_browsing/renderer/murmurhash3_util.cc
index 4134203e0ed60c5074cd1df561095c8c6dc0715f..35bd198414b79c9450219d8c17ed7e100a378776 100644
--- a/chrome/renderer/safe_browsing/murmurhash3_util.cc
+++ b/components/safe_browsing/renderer/murmurhash3_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/safe_browsing/murmurhash3_util.h"
+#include "components/safe_browsing/renderer/murmurhash3_util.h"
#include "third_party/smhasher/src/MurmurHash3.h"
namespace safe_browsing {
« no previous file with comments | « components/safe_browsing/renderer/murmurhash3_util.h ('k') | components/safe_browsing/renderer/murmurhash3_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698