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

Unified Diff: components/sync/engine_impl/loopback_server/loopback_server.cc

Issue 2662453008: [Sync] Fix sync lint errors/includes, update presubmit. (Closed)
Patch Set: Rebase Created 3 years, 11 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/engine_impl/loopback_server/loopback_server.cc
diff --git a/components/sync/engine_impl/loopback_server/loopback_server.cc b/components/sync/engine_impl/loopback_server/loopback_server.cc
index 88eb7ca095bbca0a13f7be92539401af5f6ad69f..8022b5ba98f6668d6e95f61707179b535a0af081 100644
--- a/components/sync/engine_impl/loopback_server/loopback_server.cc
+++ b/components/sync/engine_impl/loopback_server/loopback_server.cc
@@ -4,15 +4,10 @@
#include "components/sync/engine_impl/loopback_server/loopback_server.h"
-#include <stdint.h>
-
#include <algorithm>
#include <limits>
-#include <memory>
#include <set>
-#include <string>
#include <utility>
-#include <vector>
#include "base/files/file_util.h"
#include "base/guid.h"
@@ -23,7 +18,6 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/synchronization/lock.h"
-#include "components/sync/base/model_type.h"
#include "components/sync/engine_impl/loopback_server/persistent_bookmark_entity.h"
#include "components/sync/engine_impl/loopback_server/persistent_permanent_entity.h"
#include "components/sync/engine_impl/loopback_server/persistent_tombstone_entity.h"

Powered by Google App Engine
This is Rietveld 408576698