Index: net/disk_cache/blockfile/trace.h |
diff --git a/net/disk_cache/trace.h b/net/disk_cache/blockfile/trace.h |
similarity index 89% |
rename from net/disk_cache/trace.h |
rename to net/disk_cache/blockfile/trace.h |
index b0bf1ad728435975e14a035a9d0a7dc96dc60c03..6805e6c60c27dedd06f69e8f4572afa3d5181669 100644 |
--- a/net/disk_cache/trace.h |
+++ b/net/disk_cache/blockfile/trace.h |
@@ -6,8 +6,8 @@ |
// keep a static circular buffer where we store the last traced events, so we |
// can review the cache recent behavior should we need it. |
-#ifndef NET_DISK_CACHE_TRACE_H__ |
-#define NET_DISK_CACHE_TRACE_H__ |
+#ifndef NET_DISK_CACHE_BLOCKFILE_TRACE_H_ |
+#define NET_DISK_CACHE_BLOCKFILE_TRACE_H_ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
@@ -38,4 +38,4 @@ NET_EXPORT_PRIVATE void Trace(const char* format, ...); |
} // namespace disk_cache |
-#endif // NET_DISK_CACHE_TRACE_H__ |
+#endif // NET_DISK_CACHE_BLOCKFILE_TRACE_H_ |