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

Unified Diff: include/AdblockPlus/Notification.h

Issue 29329904: Issue 3294 - Fix broken Android build (again) (Closed)
Patch Set: Removed NL at EOF Created Nov. 10, 2015, 11:37 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/Notification.h
diff --git a/include/AdblockPlus/Notification.h b/include/AdblockPlus/Notification.h
index 0fcb8cffe68df53282a6f7ea0fcb02723a582875..bec0595147074af197921bc8d84c3ce65a6fcd94 100644
--- a/include/AdblockPlus/Notification.h
+++ b/include/AdblockPlus/Notification.h
@@ -49,7 +49,7 @@ namespace AdblockPlus
* Wrapper for an Adblock Plus notification object.
*/
class Notification: public JsValue,
- public std::tr1::enable_shared_from_this<Notification>
+ public std::enable_shared_from_this<Notification>
{
friend class FilterEngine;
protected:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld