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

Unified Diff: net/disk_cache/blockfile/errors.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & remediate 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/blockfile/errors.h
diff --git a/net/disk_cache/errors.h b/net/disk_cache/blockfile/errors.h
similarity index 85%
rename from net/disk_cache/errors.h
rename to net/disk_cache/blockfile/errors.h
index 1c69d42f770b5b37baf523d99bfe8606a995a832..565eb04905000aa34de7c488da90e4bbd8823b1b 100644
--- a/net/disk_cache/errors.h
+++ b/net/disk_cache/blockfile/errors.h
@@ -4,8 +4,8 @@
// Error codes reported by self tests or to UMA.
-#ifndef NET_DISK_CACHE_ERRORS_H__
-#define NET_DISK_CACHE_ERRORS_H__
+#ifndef NET_DISK_CACHE_BLOCKFILE_ERRORS_H_
+#define NET_DISK_CACHE_BLOCKFILE_ERRORS_H_
namespace disk_cache {
@@ -30,4 +30,4 @@ enum {
} // namespace disk_cache
-#endif // NET_DISK_CACHE_ERRORS_H__
+#endif // NET_DISK_CACHE_BLOCKFILE_ERRORS_H_

Powered by Google App Engine
This is Rietveld 408576698