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

Unified Diff: src/plugin/PluginTabBase.h

Issue 5113321128722432: Noissue - Remove dead headers (Closed)
Patch Set: Created Feb. 14, 2015, 6:41 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 | « src/plugin/PluginTab.h ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginTabBase.h
===================================================================
--- a/src/plugin/PluginTabBase.h
+++ b/src/plugin/PluginTabBase.h
@@ -83,5 +83,19 @@
};
+/**
+ * Temporary class used during refactoring.
+ * This is the definition previously in AdblockPlusTab.h
+ * Defining this class during refactoring alleviates the need to rename CPluginTabBase in the first change set.
+ */
+class CPluginTab : public CPluginTabBase
+{
+
+public:
+ CPluginTab(CPluginClass* plugin) : CPluginTabBase(plugin) {};
+ ~CPluginTab() {};
+};
+
+
#endif // _PLUGIN_TAB_BASE_H_
« no previous file with comments | « src/plugin/PluginTab.h ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld