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

Unified Diff: src/plugin/PluginTab.h

Issue 5948518908821504: Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections (Closed)
Patch Set: Created Aug. 6, 2014, 7:38 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: src/plugin/PluginTab.h
===================================================================
--- a/src/plugin/PluginTab.h
+++ b/src/plugin/PluginTab.h
@@ -1,12 +1,7 @@
#ifndef _PLUGIN_TAB_H_
#define _PLUGIN_TAB_H_
-
#include "PluginTabBase.h"
-
-#if (defined PRODUCT_ADBLOCKPLUS)
#include "AdblockPlusTab.h"
-#endif
-
#endif // _PLUGIN_TAB_H_

Powered by Google App Engine
This is Rietveld