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

Unified Diff: chromeos/dbus/speech_synthesizer_client.h

Issue 9838085: Move files inside chrome/browser/chromeos/dbus to chromeos/dbus (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 years, 8 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
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | chromeos/dbus/speech_synthesizer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chromeos/dbus/session_manager_client.cc ('k') | chromeos/dbus/speech_synthesizer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698