Index: test/FilterEngine.cpp |
=================================================================== |
--- a/test/FilterEngine.cpp |
+++ b/test/FilterEngine.cpp |
@@ -14,17 +14,17 @@ |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#include "BaseJsTest.h" |
namespace |
{ |
- typedef std::tr1::shared_ptr<AdblockPlus::FilterEngine> FilterEnginePtr; |
+ typedef std::shared_ptr<AdblockPlus::FilterEngine> FilterEnginePtr; |
class VeryLazyFileSystem : public LazyFileSystem |
{ |
public: |
StatResult Stat(const std::string& path) const |
{ |
return StatResult(); |
} |