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

Unified Diff: include/AdblockPlus/FileSystem.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/FileSystem.h
===================================================================
--- a/include/AdblockPlus/FileSystem.h
+++ b/include/AdblockPlus/FileSystem.h
@@ -1,5 +1,5 @@
-#ifndef ADBLOCKPLUS_FILE_SYSTEM_H
-#define ADBLOCKPLUS_FILE_SYSTEM_H
+#ifndef ADBLOCK_PLUS_FILE_SYSTEM_H
+#define ADBLOCK_PLUS_FILE_SYSTEM_H
#include <istream>
#include <stdint.h>

Powered by Google App Engine
This is Rietveld