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

Unified Diff: components/sync/api/attachments/attachment_unittest.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/api/attachments/attachment_unittest.cc
diff --git a/components/sync/api/attachments/attachment_unittest.cc b/components/sync/api/attachments/attachment_unittest.cc
index a5fc194bb5b27a5396727bb2a4da763363248f90..cc1f91cb5d162d89c5fdd4115c911507a874bee7 100644
--- a/components/sync/api/attachments/attachment_unittest.cc
+++ b/components/sync/api/attachments/attachment_unittest.cc
@@ -4,12 +4,8 @@
#include "components/sync/api/attachments/attachment.h"
-#include <stdint.h>
-
#include <string>
-#include "base/memory/ref_counted.h"
-#include "base/memory/ref_counted_memory.h"
#include "components/sync/core/attachments/attachment_util.h"
#include "components/sync/protocol/sync.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/api/attachments/attachment_metadata_unittest.cc ('k') | components/sync/api/model_type_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698