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

Unified Diff: third_party/WebKit/public/platform/FilePathConversion.h

Issue 2537953003: WebString: makes string16 conversions explicit (part 1: blink, content) (Closed)
Patch Set: fix Created 4 years 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 | « third_party/WebKit/public/platform/DEPS ('k') | third_party/WebKit/public/platform/StringVectorCopier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/FilePathConversion.h
diff --git a/third_party/WebKit/public/platform/FilePathConversion.h b/third_party/WebKit/public/platform/FilePathConversion.h
index d4d1f1a53438bfa587b5fc9d0ffdfd7ead8e7807..951e4358c7cb9e1ad99ae27d27cb86e62d4a819c 100644
--- a/third_party/WebKit/public/platform/FilePathConversion.h
+++ b/third_party/WebKit/public/platform/FilePathConversion.h
@@ -17,6 +17,8 @@ class WebString;
BLINK_COMMON_EXPORT base::FilePath WebStringToFilePath(const WebString&);
+BLINK_COMMON_EXPORT WebString FilePathToWebString(const base::FilePath&);
+
} // namespace blink
#endif // FilePathConversion_h
« no previous file with comments | « third_party/WebKit/public/platform/DEPS ('k') | third_party/WebKit/public/platform/StringVectorCopier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698