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

Unified Diff: chrome/browser/extensions/extension_tts_engine_api.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
Index: chrome/browser/extensions/extension_tts_engine_api.h
===================================================================
--- chrome/browser/extensions/extension_tts_engine_api.h (revision 92173)
+++ chrome/browser/extensions/extension_tts_engine_api.h (working copy)
@@ -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.
« no previous file with comments | « chrome/browser/extensions/extension_tts_api_controller.h ('k') | chrome/browser/extensions/extension_web_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698