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

Unified Diff: content/renderer/android/phone_number_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/renderer/android/email_detector.h ('k') | media/audio/android/audio_manager_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/renderer/android/email_detector.h ('k') | media/audio/android/audio_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698