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

Unified Diff: chrome/browser/speech/extension_api/tts_extension_api_platform.cc

Issue 9808024: Move TTS extension API to chrome/browser/speech/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to extension_api subdir Created 8 years, 9 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/speech/extension_api/tts_extension_api_platform.cc
diff --git a/chrome/browser/extensions/extension_tts_api_platform.cc b/chrome/browser/speech/extension_api/tts_extension_api_platform.cc
similarity index 86%
rename from chrome/browser/extensions/extension_tts_api_platform.cc
rename to chrome/browser/speech/extension_api/tts_extension_api_platform.cc
index a842a34129568b0a3c172dd147d9623d6c5a0651..b5ba8eea9733bfebc336bad48a7e41f1ee201f29 100644
--- a/chrome/browser/extensions/extension_tts_api_platform.cc
+++ b/chrome/browser/speech/extension_api/tts_extension_api_platform.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/extension_tts_api_platform.h"
+#include "chrome/browser/speech/extension_api/tts_extension_api_platform.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698