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

Unified Diff: content/browser/speech/endpointer/endpointer.cc

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/speech/endpointer/endpointer.cc
diff --git a/content/browser/speech/endpointer/endpointer.cc b/content/browser/speech/endpointer/endpointer.cc
index b5e8f0be15f190dd7876996fe608981303f73a9e..5ed48ca323f8bfca5e95fd09cd71a4cb6b56fe2c 100644
--- a/content/browser/speech/endpointer/endpointer.cc
+++ b/content/browser/speech/endpointer/endpointer.cc
@@ -4,7 +4,7 @@
#include "content/browser/speech/endpointer/endpointer.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "content/browser/speech/audio_buffer.h"
using base::Time;

Powered by Google App Engine
This is Rietveld 408576698