Fix a namespace nit in folly/futures/Future.cpp.
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 20 Jul 2015 19:26:32 +0000 (12:26 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 21 Jul 2015 23:52:32 +0000 (16:52 -0700)
commit8973b3114d1f74fcf1e54d3fe373f74ec19e1975
tree12a481535ac6bc4d3176bbbd0155c7ba8dfdc4ed
parent8cf17bb50bf803dccd0643933e61ef74261bc312
Fix a namespace nit in folly/futures/Future.cpp.

Summary: [Folly] Fix a namespace nit in folly/futures/Future.cpp.

As soon as someone introduces a namespace `folly::futures::detail` this will blow up. Fix it so it won't blow up when that happens.

Reviewed By: @​hannesr

Differential Revision: D2258799
folly/futures/Future.cpp