| Index: chromeos/dbus/speech_synthesizer_client.h
|
| diff --git a/chrome/browser/chromeos/dbus/speech_synthesizer_client.h b/chromeos/dbus/speech_synthesizer_client.h
|
| similarity index 87%
|
| rename from chrome/browser/chromeos/dbus/speech_synthesizer_client.h
|
| rename to chromeos/dbus/speech_synthesizer_client.h
|
| index 64c99abf7b00e6fd6e61f4efdf23c7a1abfd2948..0ca93dce5db3d29e96f26460a96cc84e967a2a6c 100644
|
| --- a/chrome/browser/chromeos/dbus/speech_synthesizer_client.h
|
| +++ b/chromeos/dbus/speech_synthesizer_client.h
|
| @@ -2,14 +2,15 @@
|
| // 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_SPEECH_SYNTHESIZER_CLIENT_H_
|
| -#define CHROME_BROWSER_CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
| +#ifndef CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
| +#define CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "chrome/browser/chromeos/dbus/dbus_client_implementation_type.h"
|
| +#include "chromeos/chromeos_export.h"
|
| +#include "chromeos/dbus/dbus_client_implementation_type.h"
|
|
|
| namespace dbus {
|
| class Bus;
|
| @@ -20,7 +21,7 @@ namespace chromeos {
|
| // SpeechSynthesizerClient is used to communicate with the speech synthesizer.
|
| // All method should be called from the origin thread (UI thread) which
|
| // initializes the DBusThreadManager instance.
|
| -class SpeechSynthesizerClient {
|
| +class CHROMEOS_EXPORT SpeechSynthesizerClient {
|
| public:
|
| // A callback function called when the result of IsSpeaking is ready.
|
| // The argument indicates if the speech synthesizer is speaking or not.
|
| @@ -65,4 +66,4 @@ class SpeechSynthesizerClient {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
| +#endif // CHROMEOS_DBUS_SPEECH_SYNTHESIZER_CLIENT_H_
|
|
|