summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/google_streaming_remote_engine.h
diff options
context:
space:
mode:
authorjanx@chromium.org <janx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 21:09:54 +0000
committerjanx@chromium.org <janx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 21:09:54 +0000
commit0a208bf4f2c0fb0ae4434567b3fe924c62568a9c (patch)
treeefe9d8cd8df0c9535d1371b8e95c5477a969cb52 /content/browser/speech/google_streaming_remote_engine.h
parentff6c5f4110e63914b08f7f3e5e17ccb525e15b1d (diff)
downloadchromium_src-0a208bf4f2c0fb0ae4434567b3fe924c62568a9c.zip
chromium_src-0a208bf4f2c0fb0ae4434567b3fe924c62568a9c.tar.gz
chromium_src-0a208bf4f2c0fb0ae4434567b3fe924c62568a9c.tar.bz2
Rename speech test methods to *ForTesting instead of *ForTests.
This allows these methods to be checked by the "*ForTesting" hook in the presubmit checks. BUG=301679 Review URL: https://codereview.chromium.org/25276002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech/google_streaming_remote_engine.h')
-rw-r--r--content/browser/speech/google_streaming_remote_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/speech/google_streaming_remote_engine.h b/content/browser/speech/google_streaming_remote_engine.h
index 488971b..6f3bf41 100644
--- a/content/browser/speech/google_streaming_remote_engine.h
+++ b/content/browser/speech/google_streaming_remote_engine.h
@@ -70,8 +70,8 @@ class CONTENT_EXPORT GoogleStreamingRemoteEngine
friend class GoogleStreamingRemoteEngineTest;
// IDs passed to URLFetcher::Create(). Used for testing.
- static const int kUpstreamUrlFetcherIdForTests;
- static const int kDownstreamUrlFetcherIdForTests;
+ static const int kUpstreamUrlFetcherIdForTesting;
+ static const int kDownstreamUrlFetcherIdForTesting;
// Response status codes from the speech recognition webservice.
static const int kWebserviceStatusNoError;