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

Unified Diff: components/safe_browsing_db/v4_protocol_manager.cc

Issue 1658913003: SafeBrowsing: Move V4ProtocolManager to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sb-v4-3
Patch Set: Add build dependency Created 4 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_db/v4_protocol_manager.cc
diff --git a/chrome/browser/safe_browsing/v4_protocol_manager.cc b/components/safe_browsing_db/v4_protocol_manager.cc
similarity index 99%
rename from chrome/browser/safe_browsing/v4_protocol_manager.cc
rename to components/safe_browsing_db/v4_protocol_manager.cc
index 4cb32e325e8e2d1d8f0456a638902d4c346d78b1..dabf7ccd3ff2c7d5fb534b5833497b5eb45ac84c 100644
--- a/chrome/browser/safe_browsing/v4_protocol_manager.cc
+++ b/components/safe_browsing_db/v4_protocol_manager.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/browser/safe_browsing/v4_protocol_manager.h"
+#include "components/safe_browsing_db/v4_protocol_manager.h"
#include <utility>
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager.h ('k') | components/safe_browsing_db/v4_protocol_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698