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

Unified Diff: components/sync/core/write_node.cc

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated 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/core/test/test_user_share.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/write_node.cc
diff --git a/components/sync/core/write_node.cc b/components/sync/core/write_node.cc
index 13dd9e7884768c75e68ae994a997bc9e5cef2c4b..d3690bb364ea5e8e0ce590e6b95a9f7f4af82519 100644
--- a/components/sync/core/write_node.cc
+++ b/components/sync/core/write_node.cc
@@ -4,6 +4,8 @@
#include "components/sync/core/write_node.h"
+#include <memory>
+
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
« no previous file with comments | « components/sync/core/test/test_user_share.h ('k') | components/sync/core_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698