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

Unified Diff: components/sync/core_impl/attachments/attachment_uploader_impl.cc

Issue 2373523003: Clean up sparse_histogram.h header (Closed)
Patch Set: merged 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..877a959c9d1b379e98a5afc15419546e860ffdd4 100644
--- a/components/sync/core_impl/attachments/attachment_uploader_impl.cc
+++ b/components/sync/core_impl/attachments/attachment_uploader_impl.cc
@@ -16,7 +16,7 @@
#include "base/location.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "base/metrics/sparse_histogram.h"
+#include "base/metrics/histogram_macros.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/string_piece.h"
#include "base/strings/stringprintf.h"

Powered by Google App Engine
This is Rietveld 408576698