Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1581)

Unified Diff: content/renderer/android/email_detector.h

Issue 11428122: Let content_unittests almost build with the components build on android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/android/common_jni_registrar.h ('k') | content/renderer/android/phone_number_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/email_detector.h
diff --git a/content/renderer/android/email_detector.h b/content/renderer/android/email_detector.h
index 3bd4d41e642896f7a5e04fd0d9be9bedb7451b09..dbd6de3fb7113c90057abedd28fdea9e839e66a9 100644
--- a/content/renderer/android/email_detector.h
+++ b/content/renderer/android/email_detector.h
@@ -6,6 +6,7 @@
#define CONTENT_RENDERER_ANDROID_EMAIL_DETECTOR_H_
#include "base/compiler_specific.h"
+#include "content/common/content_export.h"
#include "content/renderer/android/content_detector.h"
namespace content {
@@ -14,7 +15,7 @@ class EmailDetectorTest;
// Finds email addresses (in most common formats, but not including special
// characters) in the given text string.
-class EmailDetector : public ContentDetector {
+class CONTENT_EXPORT EmailDetector : public ContentDetector {
public:
EmailDetector();
« no previous file with comments | « content/common/android/common_jni_registrar.h ('k') | content/renderer/android/phone_number_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698