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/core_impl/attachments/attachment_uploader_impl.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
Index: components/sync/core_impl/attachments/attachment_uploader_impl.cc
diff --git a/components/sync/core_impl/attachments/attachment_uploader_impl.cc b/components/sync/core_impl/attachments/attachment_uploader_impl.cc
index 3647cf4e560edf762e7013b9e941fe9a598615a4..2a9a34970417edb43ef2290fa7958cae51f07078 100644
--- a/components/sync/core_impl/attachments/attachment_uploader_impl.cc
+++ b/components/sync/core_impl/attachments/attachment_uploader_impl.cc
@@ -4,9 +4,6 @@
#include "components/sync/core/attachments/attachment_uploader_impl.h"
-#include <stdint.h>
-
-#include <string>
#include <utility>
#include <vector>
@@ -14,14 +11,12 @@
#include "base/base64url.h"
#include "base/bind.h"
#include "base/location.h"
-#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/metrics/sparse_histogram.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/string_piece.h"
#include "base/strings/stringprintf.h"
#include "base/sys_byteorder.h"
-#include "base/threading/non_thread_safe.h"
#include "base/threading/thread_task_runner_handle.h"
#include "components/sync/api/attachments/attachment.h"
#include "components/sync/protocol/sync.pb.h"

Powered by Google App Engine
This is Rietveld 408576698