summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/endpointer/endpointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/endpointer/endpointer.h')
-rw-r--r--content/browser/speech/endpointer/endpointer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/speech/endpointer/endpointer.h b/content/browser/speech/endpointer/endpointer.h
index c8cf80a..2d74839 100644
--- a/content/browser/speech/endpointer/endpointer.h
+++ b/content/browser/speech/endpointer/endpointer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "content/browser/speech/endpointer/energy_endpointer.h"
+#include "content/common/content_export.h"
class EpStatus;
@@ -40,7 +41,7 @@ namespace speech_input {
// The timeout length is speech_input_complete_silence_length until
// long_speech_length, when it changes to
// long_speech_input_complete_silence_length.
-class Endpointer {
+class CONTENT_EXPORT Endpointer {
public:
explicit Endpointer(int sample_rate);