diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 00:20:00 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 00:20:00 +0000 |
commit | b8ec98a368e8236d57d39d27e516079ab8697bfb (patch) | |
tree | a47d1535fc1e2d74a9f871391bf9d223b2e5cc87 /sync/internal_api | |
parent | 4ba63f3ea1aba43509553cc1838c8d35037b73bd (diff) | |
download | chromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.zip chromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.tar.gz chromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.tar.bz2 |
[Android] Fix remaining linker errors for components build
Miscellaneous missing dependencies and a few more exports.
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/12988003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index 7a95d8c..197e695 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -276,8 +276,9 @@ bool RealModelTypeToNotificationType(ModelType model_type, // Converts a notification type to a real model type. Returns true // iff |notification_type| was the notification type of a real model // type and |model_type| was filled in. -bool NotificationTypeToRealModelType(const std::string& notification_type, - ModelType* model_type); +SYNC_EXPORT bool NotificationTypeToRealModelType( + const std::string& notification_type, + ModelType* model_type); // Returns true if |model_type| is a real datatype SYNC_EXPORT bool IsRealDataType(ModelType model_type); |