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

Unified Diff: include/AdblockPlus/DefaultWebRequest.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
Index: include/AdblockPlus/DefaultWebRequest.h
===================================================================
--- a/include/AdblockPlus/DefaultWebRequest.h
+++ b/include/AdblockPlus/DefaultWebRequest.h
@@ -1,5 +1,5 @@
-#ifndef ADBLOCKPLUS_DEFAULT_WEB_REQUEST_H
-#define ADBLOCKPLUS_DEFAULT_WEB_REQUEST_H
+#ifndef ADBLOCK_PLUS_DEFAULT_WEB_REQUEST_H
+#define ADBLOCK_PLUS_DEFAULT_WEB_REQUEST_H
#include "WebRequest.h"

Powered by Google App Engine
This is Rietveld