aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/Channel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/GrpcCore/Channel.cs')
-rw-r--r--src/csharp/GrpcCore/Channel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/GrpcCore/Channel.cs b/src/csharp/GrpcCore/Channel.cs
index d1f795541c..942651cf39 100644
--- a/src/csharp/GrpcCore/Channel.cs
+++ b/src/csharp/GrpcCore/Channel.cs
@@ -35,9 +35,9 @@ using System;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
-using Google.GRPC.Core.Internal;
+using Grpc.Core.Internal;
-namespace Google.GRPC.Core
+namespace Grpc.Core
{
public class Channel : IDisposable
{