| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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_ |
| OLD | NEW |