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

Unified Diff: components/sync/api/entity_data.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/api/entity_data.cc
diff --git a/components/sync/api/entity_data.cc b/components/sync/api/entity_data.cc
index 3c105558756252933c65ca20719a71c572f4dee2..62918f76e925774308d15f468c742350e1e85773 100644
--- a/components/sync/api/entity_data.cc
+++ b/components/sync/api/entity_data.cc
@@ -5,6 +5,7 @@
#include "components/sync/api/entity_data.h"
#include <algorithm>
+#include <utility>
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698