Skip to content

Commit 4acb832

Browse files
Automated Code Change
PiperOrigin-RevId: 690975847
1 parent 96050a2 commit 4acb832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_serving/servables/tensorflow/test_util/fake_thread_pool_factory.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ namespace tensorflow {
2121
namespace serving {
2222
namespace test_util {
2323

24-
Status FakeThreadPoolFactory::Create(
24+
absl::Status FakeThreadPoolFactory::Create(
2525
const FakeThreadPoolFactoryConfig& config,
2626
std::unique_ptr<ThreadPoolFactory>* result) {
2727
*result = std::make_unique<FakeThreadPoolFactory>(config);
28-
return Status();
28+
return absl::Status();
2929
}
3030

3131
REGISTER_THREAD_POOL_FACTORY(FakeThreadPoolFactory,

0 commit comments

Comments
 (0)