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

Side by Side Diff: include/AdblockPlus/DefaultErrorCallback.h

Issue 10310030: Convert references to FileSystem & Co. into shared pointers (avoid use after free) (Closed)
Patch Set: Created April 18, 2013, 11:59 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
(Empty)
1 #ifndef ADBLOCKPLUS_DEFAULT_ERROR_CALLBACK_H
2 #define ADBLOCKPLUS_DEFAULT_ERROR_CALLBACK_H
3
4 #include "ErrorCallback.h"
5
6 namespace AdblockPlus
7 {
8 class DefaultErrorCallback : public ErrorCallback
9 {
10 public:
11 void operator()(const std::string& message);
12 };
13 }
14
15 #endif
OLDNEW
« no previous file with comments | « include/AdblockPlus.h ('k') | include/AdblockPlus/DefaultWebRequest.h » ('j') | src/JsEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld