aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/def_parser/def_parser.h
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2017-11-15 10:50:14 +0100
committerGravatar Yun Peng <pcloudy@google.com>2017-12-18 10:54:17 +0100
commitf203db0644fd522e43a4b4ddfa410f95aef49ec3 (patch)
tree19fad59dd57ffc558d88699b1f77714ed656ef57 /third_party/def_parser/def_parser.h
parent3d7b730344ede83931f558b4268b4f9558f47e5c (diff)
Windows DefParser: Remove dependency on //src/main/cpp/util:file
Change-Id: Ifc4a00d5bfef974f82c06eebc9553edad7b8145e
Diffstat (limited to 'third_party/def_parser/def_parser.h')
-rw-r--r--third_party/def_parser/def_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/def_parser/def_parser.h b/third_party/def_parser/def_parser.h
index 2c200b3215..3785914e56 100644
--- a/third_party/def_parser/def_parser.h
+++ b/third_party/def_parser/def_parser.h
@@ -8,6 +8,8 @@
#include <stdio.h>
#include <string>
+std::wstring AsAbsoluteWindowsPath(const std::string& path);
+
class DefParser{
public:
DefParser() {}