Copyright 2014->2015
[folly.git] / folly / futures / detail / Types.h
index 57b93e053032685a4cc5b47e61f52d493c10d234..53bd66a35c987f3c52b0cfd8a80bfc881c9c99d0 100644 (file)
@@ -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 <chrono>
 
-namespace folly { namespace wangle {
+namespace folly {
 
 using Duration = std::chrono::milliseconds;
 
-}}
+}