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

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

Issue 2586483002: Use explicit WebString <-> string16 conversion methods in storage API files (Closed)
Patch Set: '' 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
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/Source/platform/exported/FilePathConversionTest.cpp ('k') | third_party/WebKit/public/platform/WebString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698