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

Unified Diff: src/plugin/PluginClient.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/PluginClient.h
===================================================================
--- a/src/plugin/PluginClient.h
+++ b/src/plugin/PluginClient.h
@@ -1,11 +1,7 @@
#ifndef _PLUGIN_CLIENT_H_
#define _PLUGIN_CLIENT_H_
-
-#if (defined PRODUCT_ADBLOCKPLUS)
#include "AdblockPlusClient.h"
typedef CAdblockPlusClient CPluginClient;
-#endif
-
#endif // _PLUGIN_CLIENT_H_

Powered by Google App Engine
This is Rietveld