aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/GrpcCore/Internal/GrpcThreadPool.cs')
-rw-r--r--src/csharp/GrpcCore/Internal/GrpcThreadPool.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs b/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs
index 634a0b2d72..9e69fe2f43 100644
--- a/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs
+++ b/src/csharp/GrpcCore/Internal/GrpcThreadPool.cs
@@ -32,13 +32,13 @@
#endregion
using System;
-using Google.GRPC.Core.Internal;
+using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
-using System.Collections.Generic;
+using Grpc.Core.Internal;
-namespace Google.GRPC.Core.Internal
+namespace Grpc.Core.Internal
{
/// <summary>
/// Pool of threads polling on the same completion queue.