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

Unified Diff: components/sync/syncable/write_transaction_info.cc

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: 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/syncable/write_transaction_info.cc
diff --git a/components/sync/syncable/write_transaction_info.cc b/components/sync/syncable/write_transaction_info.cc
index a69b54ec9b4e16cd0faf02a9782bf9bdc8a6233d..9a156e865f6e6997a78c2f9d06a404dc8250bf79 100644
--- a/components/sync/syncable/write_transaction_info.cc
+++ b/components/sync/syncable/write_transaction_info.cc
@@ -4,6 +4,9 @@
#include "components/sync/syncable/write_transaction_info.h"
+#include <memory>
+#include <utility>
+
#include "base/memory/ptr_util.h"
#include "base/strings/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698