From 0a208bf4f2c0fb0ae4434567b3fe924c62568a9c Mon Sep 17 00:00:00 2001 From: "janx@chromium.org" Date: Tue, 1 Oct 2013 21:09:54 +0000 Subject: 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 --- content/browser/speech/google_streaming_remote_engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/speech/google_streaming_remote_engine.h') 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; -- cgit v1.1