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

Unified Diff: components/sync/core/delete_journal.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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
Index: components/sync/core/delete_journal.h
diff --git a/components/sync/core/delete_journal.h b/components/sync/core/delete_journal.h
index e1bf9934ce424b2e17793137a4a626a8e08244be..ebef2b3ed09ee8e375b6fd8cd6133f7184fe3e3d 100644
--- a/components/sync/core/delete_journal.h
+++ b/components/sync/core/delete_journal.h
@@ -25,7 +25,7 @@ struct BookmarkDeleteJournal {
};
typedef std::vector<BookmarkDeleteJournal> BookmarkDeleteJournalList;
-// Static APIs for passing delete journals between syncer::syncable namspace
+// Static APIs for passing delete journals between syncable namspace
// and syncer namespace.
class DeleteJournal {
public:

Powered by Google App Engine
This is Rietveld 408576698