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

Unified Diff: components/invalidation/p2p_invalidation_service.cc

Issue 774933004: Prefix CommandLine usage with base namespace (Part 9: components) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: components/invalidation/p2p_invalidation_service.cc
diff --git a/components/invalidation/p2p_invalidation_service.cc b/components/invalidation/p2p_invalidation_service.cc
index b24625b0c7179d95c9d10edd7cf0300865e4ec89..9829415494ba0533337d007b4b5fa255b71d2080 100644
--- a/components/invalidation/p2p_invalidation_service.cc
+++ b/components/invalidation/p2p_invalidation_service.cc
@@ -24,7 +24,7 @@ P2PInvalidationService::P2PInvalidationService(
syncer::P2PNotificationTarget notification_target)
: identity_provider_(identity_provider.Pass()) {
notifier::NotifierOptions notifier_options =
- ParseNotifierOptions(*CommandLine::ForCurrentProcess());
+ ParseNotifierOptions(*base::CommandLine::ForCurrentProcess());
notifier_options.request_context_getter = request_context;
invalidator_id_ = GenerateInvalidatorClientId();
invalidator_.reset(new syncer::P2PInvalidator(
« no previous file with comments | « components/invalidation/invalidation_service_util.cc ('k') | components/invalidation/ticl_invalidation_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698