X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ffutures%2Fdetail%2FTypes.h;h=53bd66a35c987f3c52b0cfd8a80bfc881c9c99d0;hb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;hp=57b93e053032685a4cc5b47e61f52d493c10d234;hpb=bc374dcbb0e552826e4bcbed1d8cbd479ce062c0;p=folly.git diff --git a/folly/futures/detail/Types.h b/folly/futures/detail/Types.h index 57b93e05..53bd66a3 100644 --- a/folly/futures/detail/Types.h +++ b/folly/futures/detail/Types.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2015 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,8 +18,8 @@ #include -namespace folly { namespace wangle { +namespace folly { using Duration = std::chrono::milliseconds; -}} +}