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

Unified Diff: components/invalidation/invalidation_service_util.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
« no previous file with comments | « components/infobars/core/infobar_manager.cc ('k') | components/invalidation/p2p_invalidation_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/invalidation_service_util.cc
diff --git a/components/invalidation/invalidation_service_util.cc b/components/invalidation/invalidation_service_util.cc
index b3b868020d444f6f638e203a8d51ef17183c683c..0049bca6fc583b77bfd4d013af3cd6d30419019f 100644
--- a/components/invalidation/invalidation_service_util.cc
+++ b/components/invalidation/invalidation_service_util.cc
@@ -13,7 +13,7 @@
namespace invalidation {
notifier::NotifierOptions ParseNotifierOptions(
- const CommandLine& command_line) {
+ const base::CommandLine& command_line) {
notifier::NotifierOptions notifier_options;
if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
« no previous file with comments | « components/infobars/core/infobar_manager.cc ('k') | components/invalidation/p2p_invalidation_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698