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

Unified Diff: components/sync_sessions/lost_navigations_recorder_unittest.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_sessions/lost_navigations_recorder_unittest.cc
diff --git a/components/sync_sessions/lost_navigations_recorder_unittest.cc b/components/sync_sessions/lost_navigations_recorder_unittest.cc
index 46ae296e5b3ca94d97c877f7feaadb3d051ca38c..d3c19769422bc4c0ee5edeee5530850ce13bea26 100644
--- a/components/sync_sessions/lost_navigations_recorder_unittest.cc
+++ b/components/sync_sessions/lost_navigations_recorder_unittest.cc
@@ -5,6 +5,7 @@
#include "components/sync_sessions/lost_navigations_recorder.h"
#include <memory>
+#include <string>
#include "base/message_loop/message_loop.h"
#include "base/test/histogram_tester.h"
@@ -16,7 +17,6 @@
#include "components/sync/syncable/syncable_write_transaction.h"
#include "components/sync/test/engine/test_directory_setter_upper.h"
#include "components/sync/test/engine/test_id_factory.h"
-#include "components/sync_sessions/lost_navigations_recorder.h"
#include "components/sync_sessions/sessions_sync_manager.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync_sessions/lost_navigations_recorder.h ('k') | components/sync_sessions/revisit/current_tab_matcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698