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

Side by Side Diff: src/plugin/AdblockPlusClient.cpp

Issue 11013110: Cleanup (Closed)
Patch Set: Created July 5, 2013, 3:28 a.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 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include "PluginSettings.h" 3 #include "PluginSettings.h"
4 #include "PluginSystem.h" 4 #include "PluginSystem.h"
5 #include "PluginFilter.h" 5 #include "PluginFilter.h"
6 #include "PluginClientFactory.h" 6 #include "PluginClientFactory.h"
7 #include "PluginHttpRequest.h"
8 #include "PluginMutex.h" 7 #include "PluginMutex.h"
9 #include "PluginClass.h" 8 #include "PluginClass.h"
10 9
11 #include "AdblockPlusClient.h" 10 #include "AdblockPlusClient.h"
12 11
13 #include "../shared/Communication.h" 12 #include "../shared/Communication.h"
14 #include "../shared/Utils.h" 13 #include "../shared/Utils.h"
15 14
16 namespace 15 namespace
17 { 16 {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 377
379 try 378 try
380 { 379 {
381 CallAdblockPlusEngineProcedure(request); 380 CallAdblockPlusEngineProcedure(request);
382 } 381 }
383 catch (const std::exception& e) 382 catch (const std::exception& e)
384 { 383 {
385 DEBUG_GENERAL(e.what()); 384 DEBUG_GENERAL(e.what());
386 } 385 }
387 } 386 }
OLDNEW
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | src/plugin/AdblockPlusTab.cpp » ('j') | src/plugin/Config.h » ('J')

Powered by Google App Engine
This is Rietveld