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

Unified Diff: chrome/browser/safe_browsing/protocol_manager.h

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@02_components_move
Patch Set: Remove '// namespace safe_browsing' for a small fwd decl block. Created 5 years, 1 month 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: chrome/browser/safe_browsing/protocol_manager.h
diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h
index bfbd2c1f8abd993d2cea4e1d0dd9c3545215ee05..71088efb7419a8c67279182e32af1245cfeebd15 100644
--- a/chrome/browser/safe_browsing/protocol_manager.h
+++ b/chrome/browser/safe_browsing/protocol_manager.h
@@ -37,6 +37,8 @@ class URLFetcher;
class URLRequestContextGetter;
} // namespace net
+namespace safe_browsing {
+
class SBProtocolManagerFactory;
class SafeBrowsingProtocolManagerDelegate;
@@ -439,4 +441,6 @@ class SafeBrowsingProtocolManagerDelegate {
scoped_ptr<std::vector<SBChunkDelete> > chunk_deletes) = 0;
};
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H_
« no previous file with comments | « chrome/browser/safe_browsing/ping_manager_unittest.cc ('k') | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698