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

Unified Diff: chrome/browser/speech/extension_api/tts_engine_extension_api.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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 | « chrome/browser/signin/signin_ui_util.h ('k') | chrome/browser/ssl/security_state_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/extension_api/tts_engine_extension_api.h
diff --git a/chrome/browser/speech/extension_api/tts_engine_extension_api.h b/chrome/browser/speech/extension_api/tts_engine_extension_api.h
index acf042b7fc954a8b8280c2e192ce65cc06ad331b..eac6054f7386701981b993c0b7d9d8754e476d52 100644
--- a/chrome/browser/speech/extension_api/tts_engine_extension_api.h
+++ b/chrome/browser/speech/extension_api/tts_engine_extension_api.h
@@ -13,18 +13,10 @@
class Utterance;
-namespace base {
-class ListValue;
-}
-
namespace content {
class BrowserContext;
}
-namespace extensions {
-class Extension;
-}
-
namespace tts_engine_events {
extern const char kOnSpeak[];
extern const char kOnStop[];
« no previous file with comments | « chrome/browser/signin/signin_ui_util.h ('k') | chrome/browser/ssl/security_state_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698