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

Unified Diff: components/sync/engine_impl/loopback_server/persistent_permanent_entity.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/persistent_permanent_entity.cc
diff --git a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
index decea55998e14bf19fe273db197bd365098b5b22..e85aa022b8eb486c88599356bebdf918d98daa83 100644
--- a/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
+++ b/components/sync/engine_impl/loopback_server/persistent_permanent_entity.cc
@@ -4,14 +4,8 @@
#include "components/sync/engine_impl/loopback_server/persistent_permanent_entity.h"
-#include <memory>
-#include <string>
-
#include "base/logging.h"
#include "base/memory/ptr_util.h"
-#include "components/sync/base/model_type.h"
-#include "components/sync/engine_impl/loopback_server/loopback_server_entity.h"
-#include "components/sync/protocol/sync.pb.h"
using std::string;

Powered by Google App Engine
This is Rietveld 408576698