| 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
|
|
|