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

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

Issue 2293583002: Change includes of histogram.h to histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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.cc
diff --git a/components/sync/core_impl/attachments/on_disk_attachment_store.cc b/components/sync/core_impl/attachments/on_disk_attachment_store.cc
index fbf46562988b8c5143bb6d8f9779193f0c8ecf24..90a3af33fe9d82c2f284b7225c2dddf14cdb560d 100644
--- a/components/sync/core_impl/attachments/on_disk_attachment_store.cc
+++ b/components/sync/core_impl/attachments/on_disk_attachment_store.cc
@@ -13,7 +13,7 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/location.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
#include "base/sequenced_task_runner.h"
#include "components/sync/core/attachments/attachment_util.h"
#include "components/sync/core_impl/attachments/proto/attachment_store.pb.h"
« no previous file with comments | « components/sync/core/shared_model_type_processor.cc ('k') | components/sync/core_impl/sync_encryption_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698