Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: webrtc/base/stringutils.h

Issue 1228193002: Remove a superfluous qualifier on an inline method. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/stringutils.h
diff --git a/webrtc/base/stringutils.h b/webrtc/base/stringutils.h
index 25990e0af46aa62f7be406c6ac42ce761f5d07a1..5a6f42a0631b863c0041b51436be2d56a329a730 100644
--- a/webrtc/base/stringutils.h
+++ b/webrtc/base/stringutils.h
@@ -292,7 +292,7 @@ struct Traits<char> {
template<>
struct Traits<wchar_t> {
typedef std::wstring string;
- inline static const wchar_t* Traits<wchar_t>::empty_str() { return L""; }
+ inline static const wchar_t* empty_str() { return L""; }
};
#endif // WEBRTC_WIN
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698