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

Unified Diff: src/engine/main.cpp

Issue 10836037: Share code for data path retrieval in engine and plugin (Closed)
Patch Set: Fixed nit Created June 4, 2013, 10:38 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 | « src/engine/Debug.cpp ('k') | src/plugin/PluginSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/main.cpp
===================================================================
--- a/src/engine/main.cpp
+++ b/src/engine/main.cpp
@@ -1,14 +1,14 @@
#include "stdafx.h"
#include "../shared/AutoHandle.h"
#include "../shared/Communication.h"
+#include "../shared/Utils.h"
#include "Debug.h"
-#include "Utils.h"
namespace
{
std::auto_ptr<AdblockPlus::FilterEngine> filterEngine;
std::string ToUtf8String(std::wstring str)
{
size_t length = str.size();
« no previous file with comments | « src/engine/Debug.cpp ('k') | src/plugin/PluginSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld