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

Unified Diff: dbus/string_util.h

Issue 11364033: dbus: Make it possible to build as shared_library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHROME_DBUS_EXPORT Created 8 years, 1 month 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
« dbus/dbus_export.h ('K') | « dbus/property.h ('k') | dbus/values_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« dbus/dbus_export.h ('K') | « dbus/property.h ('k') | dbus/values_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698