1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_COMMON_TTS_UTTERANCE_REQUEST_H_
6 #define CHROME_COMMON_TTS_UTTERANCE_REQUEST_H_
10 #include "base/basictypes.h"
11 #include "base/strings/string16.h"
13 struct TtsUtteranceRequest
{
14 TtsUtteranceRequest();
15 ~TtsUtteranceRequest();
30 std::string voice_uri
;
37 struct TtsUtteranceResponse
{
38 TtsUtteranceResponse();
39 ~TtsUtteranceResponse();
44 #endif // CHROME_COMMON_TTS_UTTERANCE_REQUEST_H_