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

Unified Diff: content/browser/renderer_host/media/video_capture_oracle.h

Issue 18152002: Use a direct include of time headers in content/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: content/browser/renderer_host/media/video_capture_oracle.h
diff --git a/content/browser/renderer_host/media/video_capture_oracle.h b/content/browser/renderer_host/media/video_capture_oracle.h
index 0c2286c951ea1521b0eddf3c9ba9e4d3ebb20b7f..739b56971a5d0f9bc248e549f228e3fa3899819b 100644
--- a/content/browser/renderer_host/media/video_capture_oracle.h
+++ b/content/browser/renderer_host/media/video_capture_oracle.h
@@ -7,7 +7,7 @@
#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "content/common/content_export.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698