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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months 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: chromeos/dbus/fake_debug_daemon_client.h
diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h
index a02468d296831ed260524ae7af875cc11bfd1f21..9595deefe6ddf4c7938595b06d9bd0e67ed456ed 100644
--- a/chromeos/dbus/fake_debug_daemon_client.h
+++ b/chromeos/dbus/fake_debug_daemon_client.h
@@ -13,7 +13,7 @@ namespace chromeos {
// The DebugDaemonClient implementation used on Linux desktop,
// which does nothing.
-class FakeDebugDaemonClient : public DebugDaemonClient {
+class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient {
public:
FakeDebugDaemonClient();
virtual ~FakeDebugDaemonClient();

Powered by Google App Engine
This is Rietveld 408576698