Fix copyright lines
[folly.git] / folly / fibers / CallOnce.h
index 7b72020844827e71b9e04635a14ce1c8d5b4c5ea..29757ed060c576cd8b7431a0ff2e3344dc673168 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,6 +20,6 @@
 namespace folly {
 namespace fibers {
 
-using once_flag = ::folly::detail::once_flag<folly::fibers::TimedMutex>;
+using once_flag = basic_once_flag<TimedMutex>;
 }
 } // namespace folly