From f3a1c64a4d81c412273ed567536f23c2c14813a2 Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Tue, 12 Jul 2011 19:15:03 +0000 Subject: Move base/values.h into the base namespace. This includes a cros DEPS roll with a minor change to that code since libcros also uses base/values.h. BUG=88666 TEST=none Review URL: http://codereview.chromium.org/7259019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92208 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_tts_engine_api.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chrome/browser/extensions/extension_tts_engine_api.h') diff --git a/chrome/browser/extensions/extension_tts_engine_api.h b/chrome/browser/extensions/extension_tts_engine_api.h index 7c14937..35e2c69 100644 --- a/chrome/browser/extensions/extension_tts_engine_api.h +++ b/chrome/browser/extensions/extension_tts_engine_api.h @@ -11,8 +11,12 @@ class Extension; class Utterance; +namespace base { +class ListValue; +} + // Return a list of all available voices registered by extensions. -void GetExtensionVoices(Profile* profile, ListValue* result_voices); +void GetExtensionVoices(Profile* profile, base::ListValue* result_voices); // Find the first extension with a tts_voices in its // manifest that matches the speech parameters of this utterance. -- cgit v1.1