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

Unified Diff: chrome/browser/metrics/chrome_metrics_services_manager_client.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/metrics/chrome_metrics_services_manager_client.h
diff --git a/chrome/browser/metrics/chrome_metrics_services_manager_client.h b/chrome/browser/metrics/chrome_metrics_services_manager_client.h
index 0a52800c56b7899f8abacf6ea5d7f68ab741c318..4960dd7bd87b26495e3b19e27bcf2bcad0edd20c 100644
--- a/chrome/browser/metrics/chrome_metrics_services_manager_client.h
+++ b/chrome/browser/metrics/chrome_metrics_services_manager_client.h
@@ -49,7 +49,8 @@ class ChromeMetricsServicesManagerClient
PrefService* local_state_;
// Subscription to SafeBrowsing service state changes.
- scoped_ptr<SafeBrowsingService::StateSubscription> sb_state_subscription_;
+ scoped_ptr<safe_browsing::SafeBrowsingService::StateSubscription>
+ sb_state_subscription_;
DISALLOW_COPY_AND_ASSIGN(ChromeMetricsServicesManagerClient);
};

Powered by Google App Engine
This is Rietveld 408576698