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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « components/sync/core/data_batch_impl_unittest.cc ('k') | components/sync/core/delete_journal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « components/sync/core/data_batch_impl_unittest.cc ('k') | components/sync/core/delete_journal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698