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

Unified Diff: media/cast/test/skewed_tick_clock.h

Issue 1535193003: Add missing macros includes in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « media/cast/test/skewed_single_thread_task_runner.h ('k') | media/cast/test/utility/audio_utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/skewed_tick_clock.h
diff --git a/media/cast/test/skewed_tick_clock.h b/media/cast/test/skewed_tick_clock.h
index e1dc81e0f717a0562a51634164de701b48711b68..e9a3a5924e52c1602457d3b6f506d5bf16d209a9 100644
--- a/media/cast/test/skewed_tick_clock.h
+++ b/media/cast/test/skewed_tick_clock.h
@@ -5,6 +5,7 @@
#ifndef CAST_MEDIA_TEST_SKEWED_TICK_CLOCK_H
#define CAST_MEDIA_TEST_SKEWED_TICK_CLOCK_H
+#include "base/macros.h"
#include "base/time/tick_clock.h"
#include "base/time/time.h"
« no previous file with comments | « media/cast/test/skewed_single_thread_task_runner.h ('k') | media/cast/test/utility/audio_utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698