Commit 8bc2c769 authored by Wez's avatar Wez Committed by Commit Bot

Add missing WEBRUNNER_EXPORT annotation, to fix component builds.

Change-Id: I31eebb83d523e906ba2752b26abf098f373a9ac2
Reviewed-on: https://chromium-review.googlesource.com/1155932Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579248}
parent e3086692
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#include <zircon/processargs.h> #include <zircon/processargs.h>
#include "webrunner/common/webrunner_export.h"
namespace base { namespace base {
class FilePath; class FilePath;
} }
...@@ -29,7 +31,7 @@ extern const char kIncognitoSwitch[]; ...@@ -29,7 +31,7 @@ extern const char kIncognitoSwitch[];
// Returns data directory that should be used by this context process. Should // Returns data directory that should be used by this context process. Should
// not be called in ContextProvider. Empty path is returned if the context // not be called in ContextProvider. Empty path is returned if the context
// doesn't have storage dir. // doesn't have storage dir.
base::FilePath GetWebContextDataDir(); WEBRUNNER_EXPORT base::FilePath GetWebContextDataDir();
} // namespace webrunner } // namespace webrunner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment