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

Side by Side Diff: src/shared/ContentType.h

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: link addon with libadblockplus Created Jan. 29, 2015, 4:05 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
(Empty)
1 #pragma once
2 #include <AdblockPlus/FilterEngine.h>
3
4 namespace Communication
5 {
6 class InputBuffer;
7 class OutputBuffer;
8 }
9
10 Communication::InputBuffer& operator>>(Communication::InputBuffer& in, AdblockPl us::FilterEngine::ContentType& contentType);
11 Communication::OutputBuffer& operator<<(Communication::OutputBuffer& out, Adbloc kPlus::FilterEngine::ContentType contentType);
OLDNEW

Powered by Google App Engine
This is Rietveld