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

Unified Diff: chrome/test/base/testing_browser_process.cc

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
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | chrome/test/ppapi/ppapi_filechooser_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 45d6e0a2ee90e64fe59cf7cdba2b407719b97a9a..d197e5f0bd4ba261b693a4ce2e60f205cb3a5053 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -210,7 +210,8 @@ StatusTray* TestingBrowserProcess::status_tray() {
return nullptr;
}
-SafeBrowsingService* TestingBrowserProcess::safe_browsing_service() {
+safe_browsing::SafeBrowsingService*
+TestingBrowserProcess::safe_browsing_service() {
#if defined(OS_IOS)
NOTIMPLEMENTED();
return nullptr;
@@ -445,7 +446,7 @@ void TestingBrowserProcess::ShutdownBrowserPolicyConnector() {
}
void TestingBrowserProcess::SetSafeBrowsingService(
- SafeBrowsingService* sb_service) {
+ safe_browsing::SafeBrowsingService* sb_service) {
#if defined(OS_IOS)
NOTIMPLEMENTED();
#else
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | chrome/test/ppapi/ppapi_filechooser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698