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

Unified Diff: net/disk_cache/v2/trace.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #define fixes Created 6 years, 10 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: net/disk_cache/v2/trace.h
diff --git a/net/disk_cache/trace.h b/net/disk_cache/v2/trace.h
similarity index 91%
rename from net/disk_cache/trace.h
rename to net/disk_cache/v2/trace.h
index b0bf1ad728435975e14a035a9d0a7dc96dc60c03..d8ae061f270ade5927a55d2e4fde50a899f75fc5 100644
--- a/net/disk_cache/trace.h
+++ b/net/disk_cache/v2/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_V2_TRACE_H__
+#define NET_DISK_CACHE_V2_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_V2_TRACE_H__

Powered by Google App Engine
This is Rietveld 408576698