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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 9927157: Fix include guards (Closed)
Patch Set: Created March 27, 2013, 2:58 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
« no previous file with comments | « include/AdblockPlus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
===================================================================
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -1,3 +1,6 @@
+#ifndef ADBLOCKPLUS_FILTER_ENGINE_H
+#define ADBLOCKPLUS_FILTER_ENGINE_H
+
#include <vector>
#include <string>
@@ -32,3 +35,5 @@
std::vector<Subscription> subscriptions;
};
}
+
+#endif
« no previous file with comments | « include/AdblockPlus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld