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

Unified Diff: src/engine/Debug.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 | « AdblockPlusPlugin.vcxproj ('k') | src/engine/main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/Debug.cpp
===================================================================
--- a/src/engine/Debug.cpp
+++ b/src/engine/Debug.cpp
@@ -1,15 +1,16 @@
#include "stdafx.h"
#include <fstream>
#include <stdio.h>
+#include "../shared/Utils.h"
+
#include "Debug.h"
-#include "Utils.h"
#ifdef _DEBUG
namespace
{
class CriticalSection
{
public:
« no previous file with comments | « AdblockPlusPlugin.vcxproj ('k') | src/engine/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld