Chromium Code Reviews| Index: dbus/string_util.h |
| diff --git a/dbus/string_util.h b/dbus/string_util.h |
| index ff52290f896da98bc09de2e1a232930886282b75..60c02d17418e00b6c6b48621f777e9ddaa80c627 100644 |
| --- a/dbus/string_util.h |
| +++ b/dbus/string_util.h |
| @@ -7,10 +7,12 @@ |
| #include <string> |
| +#include "dbus/dbus_export.h" |
| + |
| namespace dbus { |
| // Returns true if the specified string is a valid object path. |
| -bool IsValidObjectPath(const std::string& value); |
| +CHROME_DBUS_EXPORT bool IsValidObjectPath(const std::string& value); |
| } // namespace dbus |