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

Unified Diff: net/base/net_errors.h

Issue 10879058: Experiment to make net_error_list more greppable Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 4 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
« no previous file with comments | « net/base/net_error_list.h ('k') | net/base/net_errors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_errors.h
diff --git a/net/base/net_errors.h b/net/base/net_errors.h
index 6c30775eb376afb7638914efbb39e886ca5ff2ff..7dc1bdcae1948d47d349a6428c08802d1b17a329 100644
--- a/net/base/net_errors.h
+++ b/net/base/net_errors.h
@@ -21,7 +21,7 @@ enum Error {
// No error.
OK = 0,
-#define NET_ERROR(label, value) ERR_ ## label = value,
+#define NET_ERROR(label, value) label = value,
#include "net/base/net_error_list.h"
#undef NET_ERROR
« no previous file with comments | « net/base/net_error_list.h ('k') | net/base/net_errors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698