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

Side by Side Diff: src/plugin/PluginDomTraverser.h

Issue 5948518908821504: Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections (Closed)
Patch Set: Created Aug. 6, 2014, 7:38 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #ifndef _PLUGIN_DOM_TRAVERSER_H_ 1 #ifndef _PLUGIN_DOM_TRAVERSER_H_
2 #define _PLUGIN_DOM_TRAVERSER_H_ 2 #define _PLUGIN_DOM_TRAVERSER_H_
3 3
4
5 #if (defined PRODUCT_ADBLOCKPLUS)
6 #include "AdblockPlusDomTraverser.h" 4 #include "AdblockPlusDomTraverser.h"
7 #endif
8
9 5
10 #endif // _PLUGIN_DOM_TRAVERSER_H_ 6 #endif // _PLUGIN_DOM_TRAVERSER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld