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

Unified Diff: components/sync_sessions/lost_navigations_recorder.cc

Issue 2388973002: [Sync] Removing duplicate includes, part 2. (Closed)
Patch Set: Update 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.cc
diff --git a/components/sync_sessions/lost_navigations_recorder.cc b/components/sync_sessions/lost_navigations_recorder.cc
index 6b3cd503bb649855c45f1c48504166934a25ae53..c3dab185a087b59520f15c5fd915e973e709e096 100644
--- a/components/sync_sessions/lost_navigations_recorder.cc
+++ b/components/sync_sessions/lost_navigations_recorder.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "components/sync_sessions/lost_navigations_recorder.h"
+
#include "base/metrics/histogram_macros.h"
#include "base/stl_util.h"
#include "components/sync/syncable/entry.h"
-#include "components/sync_sessions/lost_navigations_recorder.h"
namespace sync_sessions {
« no previous file with comments | « components/sync_sessions/favicon_cache_unittest.cc ('k') | components/sync_sessions/lost_navigations_recorder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698