| Index: content/renderer/android/phone_number_detector.h
|
| diff --git a/content/renderer/android/phone_number_detector.h b/content/renderer/android/phone_number_detector.h
|
| index 1a9a4d8166366887ddaff89cc3fcb9fc0eaea43c..1ccf47d615804982d3fa13d2f7755f79e2b56a23 100644
|
| --- a/content/renderer/android/phone_number_detector.h
|
| +++ b/content/renderer/android/phone_number_detector.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_RENDERER_ANDROID_PHONE_NUMBER_DETECTOR_H_
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/renderer/android/content_detector.h"
|
|
|
| namespace content {
|
| @@ -13,7 +14,7 @@ namespace content {
|
| class PhoneNumberDetectorTest;
|
|
|
| // Finds a telephone number in the given content text string.
|
| -class PhoneNumberDetector : public ContentDetector {
|
| +class CONTENT_EXPORT PhoneNumberDetector : public ContentDetector {
|
| public:
|
| PhoneNumberDetector();
|
| explicit PhoneNumberDetector(const std::string& region);
|
|
|