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

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 29330683: Issue #1486 - Move PassthroughAPP code to its own directory (Closed)
Patch Set: Created Nov. 23, 2015, 12:56 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
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/passthroughapp/ProtocolCF.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginWbPassThrough.h
===================================================================
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -18,8 +18,8 @@
#pragma once
#include <cstdint>
#include <AdblockPlus/FilterEngine.h>
-#include "ProtocolCF.h"
-#include "ProtocolImpl.h"
+#include "passthroughapp/ProtocolCF.h"
+#include "passthroughapp/ProtocolImpl.h"
#define IE_MAX_URL_LENGTH 2048
class WBPassthruSink :
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/passthroughapp/ProtocolCF.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld