summaryrefslogtreecommitdiffstats
path: root/content/browser/speech
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-02 22:46:03 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-02 22:46:03 +0000
commitf8a6d73cfd917aa72bd8264ae1bc5c3ec4da24dc (patch)
treef1beb819850ccd298f012775a59d9615d70c64aa /content/browser/speech
parentaf7abfae370ada09a26ce1a56fbbd27c1462c9a8 (diff)
downloadchromium_src-f8a6d73cfd917aa72bd8264ae1bc5c3ec4da24dc.zip
chromium_src-f8a6d73cfd917aa72bd8264ae1bc5c3ec4da24dc.tar.gz
chromium_src-f8a6d73cfd917aa72bd8264ae1bc5c3ec4da24dc.tar.bz2
content: Move more constants from url_constants.h into content namespace.
BUG=98716 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/12387070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/speech')
-rw-r--r--content/browser/speech/speech_recognition_browsertest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/speech/speech_recognition_browsertest.cc b/content/browser/speech/speech_recognition_browsertest.cc
index b09641c..e1efbf1 100644
--- a/content/browser/speech/speech_recognition_browsertest.cc
+++ b/content/browser/speech/speech_recognition_browsertest.cc
@@ -23,10 +23,8 @@
#include "content/test/content_browser_test_utils.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
-
namespace content {
-
class SpeechRecognitionBrowserTest : public ContentBrowserTest {
public:
// ContentBrowserTest methods
@@ -130,7 +128,7 @@ IN_PROC_BROWSER_TEST_F(SpeechRecognitionBrowserTest, DISABLED_TestCancelAll) {
// Make the renderer crash. This should trigger
// InputTagSpeechDispatcherHost to cancel all pending sessions.
- NavigateToURL(shell(), GURL(chrome::kChromeUICrashURL));
+ NavigateToURL(shell(), GURL(kChromeUICrashURL));
EXPECT_TRUE(fake_speech_recognition_manager_.did_cancel_all());
}