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

Unified Diff: components/sync/core_impl/attachments/on_disk_attachment_store_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/core_impl/attachments/on_disk_attachment_store_unittest.cc
diff --git a/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc b/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc
index f2483d742d2a1c6679e0df379a6c1fc33e2030a4..6d337b7bcf39a843d72403bcd1469d0a1b974de5 100644
--- a/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc
+++ b/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc
@@ -6,10 +6,8 @@
#include <stdint.h>
-#include <string>
#include <utility>
-#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/ptr_util.h"

Powered by Google App Engine
This is Rietveld 408576698