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

Unified Diff: chrome/test/base/testing_browser_process.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/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 70a58b8cacaca1f3718fbf93278848e32fc638c9..c4f4f90a354815265aa5cce1f7e263e20b30fae9 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -76,7 +76,7 @@ class TestingBrowserProcess : public BrowserProcess {
void set_background_mode_manager_for_test(
scoped_ptr<BackgroundModeManager> manager) override;
StatusTray* status_tray() override;
- SafeBrowsingService* safe_browsing_service() override;
+ safe_browsing::SafeBrowsingService* safe_browsing_service() override;
safe_browsing::ClientSideDetectionService* safe_browsing_detection_service()
override;
net::URLRequestContextGetter* system_request_context() override;
@@ -132,7 +132,7 @@ class TestingBrowserProcess : public BrowserProcess {
void SetLocalState(PrefService* local_state);
void SetProfileManager(ProfileManager* profile_manager);
void SetIOThread(IOThread* io_thread);
- void SetSafeBrowsingService(SafeBrowsingService* sb_service);
+ void SetSafeBrowsingService(safe_browsing::SafeBrowsingService* sb_service);
void SetSystemRequestContext(net::URLRequestContextGetter* context_getter);
void SetNotificationUIManager(
scoped_ptr<NotificationUIManager> notification_ui_manager);
@@ -168,7 +168,7 @@ class TestingBrowserProcess : public BrowserProcess {
print_preview_dialog_controller_;
#endif
- scoped_refptr<SafeBrowsingService> sb_service_;
+ scoped_refptr<safe_browsing::SafeBrowsingService> sb_service_;
#endif // !defined(OS_IOS)
scoped_ptr<network_time::NetworkTimeTracker> network_time_tracker_;
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698