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

Unified Diff: components/safe_browsing_db/v4_protocol_manager.h

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
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | components/safe_browsing_db/v4_protocol_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/v4_protocol_manager.h
diff --git a/chrome/browser/safe_browsing/v4_protocol_manager.h b/components/safe_browsing_db/v4_protocol_manager.h
similarity index 98%
rename from chrome/browser/safe_browsing/v4_protocol_manager.h
rename to components/safe_browsing_db/v4_protocol_manager.h
index 2a8b82759b6fe50e93af9c9e3ffa246a06f158f3..1d91f69c08f6cc1c1ea937c7df5dd53a13c6b190 100644
--- a/chrome/browser/safe_browsing/v4_protocol_manager.h
+++ b/components/safe_browsing_db/v4_protocol_manager.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
-#define CHROME_BROWSER_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
+#define COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
// A class that implements Chrome's interface with the SafeBrowsing V4 protocol.
//
@@ -272,4 +272,4 @@ class V4ProtocolManagerFactory {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_V4_PROTOCOL_MANAGER_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_V4_PROTOCOL_MANAGER_H_
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | components/safe_browsing_db/v4_protocol_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698