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

Unified Diff: components/sync/core/change_record_unittest.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
« no previous file with comments | « components/sync/base/weak_handle_unittest.cc ('k') | components/sync/core/http_bridge_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/change_record_unittest.cc
diff --git a/components/sync/core/change_record_unittest.cc b/components/sync/core/change_record_unittest.cc
index 1ede7b25d8281cc2545523592ee736db8828b2ff..f097616afa910a634821cd55fb1f161e74ff91c1 100644
--- a/components/sync/core/change_record_unittest.cc
+++ b/components/sync/core/change_record_unittest.cc
@@ -5,9 +5,7 @@
#include "components/sync/core/change_record.h"
#include <stddef.h>
-#include <stdint.h>
-#include <memory>
#include <string>
#include <utility>
@@ -16,7 +14,6 @@
#include "base/values.h"
#include "components/sync/protocol/extension_specifics.pb.h"
#include "components/sync/protocol/proto_value_conversions.h"
-#include "components/sync/protocol/sync.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/base/weak_handle_unittest.cc ('k') | components/sync/core/http_bridge_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698