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

Unified Diff: chrome/common/safe_archive_analyzer.typemap

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references Created 3 years, 9 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
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/safe_browsing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/safe_archive_analyzer.typemap
diff --git a/chrome/common/safe_archive_analyzer.typemap b/chrome/common/safe_archive_analyzer.typemap
index 88d2bf47659e03dfe2c0c8769b742ff661f9b41a..7cf7b00f0721dc026ce78df0fef0dbd2a80b7164 100644
--- a/chrome/common/safe_archive_analyzer.typemap
+++ b/chrome/common/safe_archive_analyzer.typemap
@@ -10,7 +10,7 @@ traits_headers = [ "//chrome/common/chrome_utility_messages.h" ]
deps = [
"//chrome/common/safe_browsing:proto",
- "//components/safe_browsing:csd_proto",
+ "//components/safe_browsing/common:proto",
]
type_mappings = [ "chrome.mojom.SafeArchiveAnalyzerResults=safe_browsing::zip_analyzer::Results" ]
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/safe_browsing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698