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

Unified Diff: net/base/upload_element.h

Issue 18054009: Use a direct include of time headers in net/, 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
« no previous file with comments | « net/base/upload_data_stream_unittest.cc ('k') | net/base/upload_file_element_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/upload_element.h
diff --git a/net/base/upload_element.h b/net/base/upload_element.h
index 3c91e0211ae407b2d4e264bf43175e149fbcbbc6..34f601464d9ab57acf04f310a1028f68083e03a7 100644
--- a/net/base/upload_element.h
+++ b/net/base/upload_element.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "net/base/net_export.h"
namespace net {
« no previous file with comments | « net/base/upload_data_stream_unittest.cc ('k') | net/base/upload_file_element_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698