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

Unified Diff: src/shared/Utils.h

Issue 6505394822184960: Issue 1109 - Support notifications (Closed)
Patch Set: Created May 11, 2015, 10:01 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
Index: src/shared/Utils.h
diff --git a/src/shared/Utils.h b/src/shared/Utils.h
index befdf237aafeef59f39becbb1daa86fdbb64af9a..66217b4606cb466b57cfe90d4b428c037e9ded25 100644
--- a/src/shared/Utils.h
+++ b/src/shared/Utils.h
@@ -55,8 +55,9 @@ std::string ToUtf8String(const std::wstring& str);
std::wstring ToUtf16String(const std::string& str);
std::vector<std::wstring> ToUtf16Strings(const std::vector<std::string>& value);
std::wstring GetDllDir();
+std::wstring GetExeDir();
std::wstring GetAppDataPath();
-void ReplaceString(std::wstring& input, const std::wstring placeholder, const std::wstring replacement);
+void ReplaceString(std::wstring& input, const std::wstring& placeholder, const std::wstring& replacement);
template<class T>
T TrimString(T text)

Powered by Google App Engine
This is Rietveld