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

Unified Diff: components/sync/driver/backend_migrator.cc

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. 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
Index: components/sync/driver/backend_migrator.cc
diff --git a/components/sync/driver/backend_migrator.cc b/components/sync/driver/backend_migrator.cc
index f1162804c44255ea8db3dc2634a17f1f28b295b5..120ec4892162be5e1466d974b6a0e1d3726b3207 100644
--- a/components/sync/driver/backend_migrator.cc
+++ b/components/sync/driver/backend_migrator.cc
@@ -13,7 +13,7 @@
#include "components/sync/core/read_transaction.h"
#include "components/sync/driver/sync_service.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync/syncable/directory.h" // TODO(tim): Bug 131130.
+#include "components/sync/syncable/directory.h"
namespace syncer {
@@ -215,4 +215,4 @@ ModelTypeSet BackendMigrator::GetPendingMigrationTypesForTest() const {
#undef SLOG
-}; // namespace browser_sync
+}; // namespace syncer
« no previous file with comments | « components/sync/device_info/device_info_tracker.h ('k') | components/sync/driver/backend_migrator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698