| Index: base/global_descriptors_posix.h
|
| ===================================================================
|
| --- base/global_descriptors_posix.h (revision 95578)
|
| +++ base/global_descriptors_posix.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| // It maps from an abstract key to a descriptor. If independent modules each
|
| // need to define keys, then values should be chosen randomly so as not to
|
| // collide.
|
| -class BASE_API GlobalDescriptors {
|
| +class BASE_EXPORT GlobalDescriptors {
|
| public:
|
| typedef uint32_t Key;
|
| typedef std::vector<std::pair<Key, int> > Mapping;
|
|
|