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

Unified Diff: components/sync/tools/sync_listen_notifications.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months 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/sync/tools/sync_client.cc ('k') | components/sync_bookmarks/bookmark_change_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/sync_listen_notifications.cc
diff --git a/components/sync/tools/sync_listen_notifications.cc b/components/sync/tools/sync_listen_notifications.cc
index df6856129c6763d1060a4d49227bc3d08d15e003..25ec99610ecf537d57689d9a7d6720c26f05e0c6 100644
--- a/components/sync/tools/sync_listen_notifications.cc
+++ b/components/sync/tools/sync_listen_notifications.cc
@@ -165,7 +165,7 @@ int SyncListenNotificationsMain(int argc, char* argv[]) {
"Usage: %s --%s=foo@bar.com --%s=token\n"
"[--%s=host:port] [--%s] [--%s]\n"
"Run chrome and set a breakpoint on\n"
- "SyncManagerImpl::UpdateCredentials() "
+ "syncer::SyncManagerImpl::UpdateCredentials() "
"after logging into\n"
"sync to get the token to pass into this utility.\n",
argv[0], kEmailSwitch, kTokenSwitch, kHostPortSwitch,
@@ -179,8 +179,9 @@ int SyncListenNotificationsMain(int argc, char* argv[]) {
const notifier::NotifierOptions& notifier_options = ParseNotifierOptions(
command_line, new MyTestURLRequestContextGetter(io_thread.task_runner()));
- NetworkChannelCreator network_channel_creator =
- NonBlockingInvalidator::MakePushClientChannelCreator(notifier_options);
+ syncer::NetworkChannelCreator network_channel_creator =
+ syncer::NonBlockingInvalidator::MakePushClientChannelCreator(
+ notifier_options);
const char kClientInfo[] = "sync_listen_notifications";
NullInvalidationStateTracker null_invalidation_state_tracker;
std::unique_ptr<Invalidator> invalidator(new NonBlockingInvalidator(
« no previous file with comments | « components/sync/tools/sync_client.cc ('k') | components/sync_bookmarks/bookmark_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698