Skip to content

Commit

Permalink
Deshim //folly/experimental:singleton_relaxed_counter in fbcode
Browse files Browse the repository at this point in the history
Summary:
The following rules were deshimmed:
```
//folly/experimental:singleton_relaxed_counter -> //folly/concurrency:singleton_relaxed_counter
```

The following headers were deshimmed:
```
folly/experimental/SingletonRelaxedCounter.h -> folly/concurrency/SingletonRelaxedCounter.h
```

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: desrc
Autodiff partition: fbcode
Autodiff bookmark: ad.desrc.fbcode

Reviewed By: Orvid

Differential Revision: D60478350

fbshipit-source-id: 5fac46815e397ba609ffedce556de621e2444533
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 31, 2024
1 parent b42cdd2 commit 0535768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions folly/concurrency/test/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ cpp_binary(
],
deps = [
"//folly:benchmark",
"//folly/experimental:singleton_relaxed_counter",
"//folly/concurrency:singleton_relaxed_counter",
"//folly/init:init",
"//folly/lang:keep",
"//folly/portability:gflags",
Expand All @@ -201,7 +201,7 @@ cpp_unittest(
],
deps = [
"//folly:thread_local",
"//folly/experimental:singleton_relaxed_counter",
"//folly/concurrency:singleton_relaxed_counter",
"//folly/portability:gtest",
],
external_deps = [
Expand Down
2 changes: 1 addition & 1 deletion folly/concurrency/test/SingletonRelaxedCounterBench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include <folly/experimental/SingletonRelaxedCounter.h>
#include <folly/concurrency/SingletonRelaxedCounter.h>

#include <cstddef>
#include <thread>
Expand Down
2 changes: 1 addition & 1 deletion folly/concurrency/test/SingletonRelaxedCounterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#include <folly/experimental/SingletonRelaxedCounter.h>
#include <folly/concurrency/SingletonRelaxedCounter.h>

#include <cstddef>
#include <thread>
Expand Down

0 comments on commit 0535768

Please sign in to comment.