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

Unified Diff: chrome/browser/safe_browsing/ping_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/ping_manager.h
diff --git a/chrome/browser/safe_browsing/ping_manager.h b/chrome/browser/safe_browsing/ping_manager.h
index 63148ea9f3eaf1efea4039d9f963dc089000f2d8..969889d27cdf7efe54454b5f2570b3c98262e2d2 100644
--- a/chrome/browser/safe_browsing/ping_manager.h
+++ b/chrome/browser/safe_browsing/ping_manager.h
@@ -27,6 +27,7 @@ class SSLInfo;
class URLRequestContextGetter;
} // namespace net
+namespace safe_browsing {
class SafeBrowsingPingManager : public net::URLFetcherDelegate {
public:
@@ -109,4 +110,6 @@ class SafeBrowsingPingManager : public net::URLFetcherDelegate {
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingPingManager);
};
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_PING_MANAGER_H_
« no previous file with comments | « chrome/browser/safe_browsing/path_sanitizer_unittest.cc ('k') | chrome/browser/safe_browsing/ping_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698