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

Unified 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: fix accoring to comments Created Jan. 13, 2015, 12:59 p.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
Index: src/shared/ContentType.h
diff --git a/src/shared/ContentType.h b/src/shared/ContentType.h
new file mode 100644
index 0000000000000000000000000000000000000000..b4bc8c32ba73d3f8d935bfc72237d8dbdd0fa8ab
--- /dev/null
+++ b/src/shared/ContentType.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <AdblockPlus/FilterEngine.h>
+
+std::string ContentTypeToString(AdblockPlus::FilterEngine::ContentType contentType);

Powered by Google App Engine
This is Rietveld