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

Side by Side 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.
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_CLIENT_H_ 1 #ifndef _PLUGIN_CLIENT_H_
2 #define _PLUGIN_CLIENT_H_ 2 #define _PLUGIN_CLIENT_H_
3 3
4
5 #if (defined PRODUCT_ADBLOCKPLUS)
6 #include "AdblockPlusClient.h" 4 #include "AdblockPlusClient.h"
7 typedef CAdblockPlusClient CPluginClient; 5 typedef CAdblockPlusClient CPluginClient;
8 #endif
9
10 6
11 #endif // _PLUGIN_CLIENT_H_ 7 #endif // _PLUGIN_CLIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld