Index: net/disk_cache/cache_creator.cc |
diff --git a/net/disk_cache/cache_creator.cc b/net/disk_cache/cache_creator.cc |
index d91c201398155738fb022db4f12a684e836b17ac..8c4400c2f23c7b48ccc15897da80f42e5e91f51e 100644 |
--- a/net/disk_cache/cache_creator.cc |
+++ b/net/disk_cache/cache_creator.cc |
@@ -14,10 +14,6 @@ |
#include "net/disk_cache/memory/mem_backend_impl.h" |
#include "net/disk_cache/simple/simple_backend_impl.h" |
-#ifdef USE_TRACING_CACHE_BACKEND |
-#include "net/disk_cache/tracing_cache_backend.h" |
-#endif |
- |
namespace { |
// Builds an instance of the backend depending on platform, type, experiments |