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

Unified Diff: content/common/android/address_parser.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
Index: content/common/android/address_parser.h
diff --git a/content/common/android/address_parser.h b/content/common/android/address_parser.h
index 54a0b09c99187727772de5b2b64bba41d4e1ff5c..bacb87104506ece3a7c6114f578f5efbd4f0c6ac 100644
--- a/content/common/android/address_parser.h
+++ b/content/common/android/address_parser.h
@@ -6,6 +6,7 @@
#define CONTENT_COMMON_ADDRESS_PARSER_H_
#include "base/string16.h"
+#include "content/common/content_export.h"
namespace content {
@@ -22,10 +23,10 @@ bool FindAddress(const string16& text, string16* address);
// position to search from, |end| is the position to search to. |start_pos|
// and |end_pos| are set to the starting and ending position of the address,
// if found.
-bool FindAddress(const string16::const_iterator& begin,
- const string16::const_iterator& end,
- size_t* start_pos,
- size_t* end_pos);
+CONTENT_EXPORT bool FindAddress(const string16::const_iterator& begin,
+ const string16::const_iterator& end,
+ size_t* start_pos,
+ size_t* end_pos);
} // namespace address_parser
« no previous file with comments | « content/browser/renderer_host/java/java_bound_object.cc ('k') | content/common/android/address_parser_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698