Index: chromeos/dbus/blocking_method_caller.h |
diff --git a/chrome/browser/chromeos/dbus/blocking_method_caller.h b/chromeos/dbus/blocking_method_caller.h |
similarity index 82% |
rename from chrome/browser/chromeos/dbus/blocking_method_caller.h |
rename to chromeos/dbus/blocking_method_caller.h |
index 8e67a68ad396b7e89f472135c89277f1d2e856d7..48d21cf3e197b17932200d5a74ea38702136089b 100644 |
--- a/chrome/browser/chromeos/dbus/blocking_method_caller.h |
+++ b/chromeos/dbus/blocking_method_caller.h |
@@ -2,12 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |
-#define CHROME_BROWSER_CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |
+#ifndef CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |
+#define CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |
#pragma once |
#include "base/callback.h" |
#include "base/synchronization/waitable_event.h" |
+#include "chromeos/chromeos_export.h" |
namespace dbus { |
@@ -23,7 +24,7 @@ namespace chromeos { |
// A utility class to call D-Bus methods in a synchronous (blocking) way. |
// Note: Blocking the thread until it returns is not a good idea in most cases. |
// Avoid using this class as hard as you can. |
-class BlockingMethodCaller { |
+class CHROMEOS_EXPORT BlockingMethodCaller { |
public: |
BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy); |
virtual ~BlockingMethodCaller(); |
@@ -42,4 +43,4 @@ class BlockingMethodCaller { |
} // namespace chromeos |
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |
+#endif // CHROMEOS_DBUS_BLOCKING_METHOD_CALLER_H_ |