Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/WebRequest.h

Issue 10187046: Rationalize preprocessor guard variable names (Closed)
Patch Set: Created April 29, 2013, 9:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« include/AdblockPlus.h ('K') | « include/AdblockPlus/JsValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/WebRequest.h
===================================================================
--- a/include/AdblockPlus/WebRequest.h
+++ b/include/AdblockPlus/WebRequest.h
@@ -1,5 +1,5 @@
-#ifndef ADBLOCKPLUS_WEB_REQUEST_H
-#define ADBLOCKPLUS_WEB_REQUEST_H
+#ifndef ADBLOCK_PLUS_WEB_REQUEST_H
+#define ADBLOCK_PLUS_WEB_REQUEST_H
#include <stdint.h>
#include <string>
« include/AdblockPlus.h ('K') | « include/AdblockPlus/JsValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld