From 3086862d201427f2ed33955e32f4d273bfc522f2 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 19 Feb 2015 09:22:33 -0800 Subject: Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings --- src/csharp/GrpcCore/Marshaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/csharp/GrpcCore/Marshaller.cs') diff --git a/src/csharp/GrpcCore/Marshaller.cs b/src/csharp/GrpcCore/Marshaller.cs index f031354fd2..602e0eb824 100644 --- a/src/csharp/GrpcCore/Marshaller.cs +++ b/src/csharp/GrpcCore/Marshaller.cs @@ -33,7 +33,7 @@ using System; -namespace Google.GRPC.Core +namespace Grpc.Core { /// /// For serializing and deserializing messages. -- cgit v1.2.3