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

Unified Diff: components/sync/engine/attachments/in_memory_attachment_store.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/attachments/in_memory_attachment_store.cc
diff --git a/components/sync/engine/attachments/in_memory_attachment_store.cc b/components/sync/engine/attachments/in_memory_attachment_store.cc
index 9069464befd502fbf8847affe8c12de35c380f93..7a82b557276b99887384f8ea185b8e6c04975564 100644
--- a/components/sync/engine/attachments/in_memory_attachment_store.cc
+++ b/components/sync/engine/attachments/in_memory_attachment_store.cc
@@ -5,6 +5,7 @@
#include "components/sync/engine/attachments/in_memory_attachment_store.h"
#include <memory>
+#include <utility>
#include "base/bind.h"
#include "base/callback.h"

Powered by Google App Engine
This is Rietveld 408576698