| Index: chromeos/ime/ibus_bridge.h
|
| diff --git a/chromeos/ime/ibus_bridge.h b/chromeos/ime/ibus_bridge.h
|
| index 075bcd0eed935ed5050cfdd436af3586270369be..0277f64aaa9d7048a754e518e4488b5b88f9a805 100644
|
| --- a/chromeos/ime/ibus_bridge.h
|
| +++ b/chromeos/ime/ibus_bridge.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
| #include "base/basictypes.h"
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
| class IBusInputContextHandlerInterface;
|
| @@ -24,10 +25,10 @@ class IBusBridge {
|
| virtual ~IBusBridge();
|
|
|
| // Allocates the global instance. Must be called before any calls to Get().
|
| - static void Initialize();
|
| + static CHROMEOS_EXPORT void Initialize();
|
|
|
| // Releases the global instance.
|
| - static void Shutdown();
|
| + static CHROMEOS_EXPORT void Shutdown();
|
|
|
| // Returns IBusBridge global instance. Initialize() must be called first.
|
| static IBusBridge* Get();
|
|
|