 Chromium Code Reviews
 Chromium Code Reviews Issue 7879006:
  Delete Tracked, and move Location to its own file.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 7879006:
  Delete Tracked, and move Location to its own file.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: net/http/http_cache.h | 
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h | 
| index e9f0e11e50f710c7218bd29bdd5a0ac9231df617..c7561850a1d386b9b562654b0211b3880c440847 100644 | 
| --- a/net/http/http_cache.h | 
| +++ b/net/http/http_cache.h | 
| @@ -26,6 +26,7 @@ | 
| #include "base/memory/weak_ptr.h" | 
| #include "base/message_loop_proxy.h" | 
| #include "base/task.h" | 
| +#include "base/time.h" | 
| #include "base/threading/non_thread_safe.h" | 
| #include "net/base/cache_type.h" | 
| #include "net/base/completion_callback.h" |