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

Unified Diff: chrome/browser/extensions/blacklist.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: Other minor fixes incl. using "using safe_browsing::ClassName" instead of safe_browsing::ClassName everywhere. 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/extensions/blacklist.h
diff --git a/chrome/browser/extensions/blacklist.h b/chrome/browser/extensions/blacklist.h
index c39214e7f394a77aeffa45c0dca1adad71b56ca8..a3a67b8533eb33681d22b0f1329fdcbc29168cfb 100644
--- a/chrome/browser/extensions/blacklist.h
+++ b/chrome/browser/extensions/blacklist.h
@@ -21,6 +21,8 @@
#include "content/public/browser/notification_registrar.h"
#include "extensions/browser/blacklist_state.h"
+using safe_browsing::SafeBrowsingDatabaseManager;
Nathan Parker 2015/11/10 23:53:34 "using" should only be used in .cc files, since ot
vakh (old account. dont use) 2015/11/11 18:59:52 Done.
+
namespace content {
class BrowserContext;
}

Powered by Google App Engine
This is Rietveld 408576698