| 
					
				 | 
			
			
				@@ -1,5 +1,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #region Copyright notice and license 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// Copyright 2015 gRPC authors. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// Copyright 2019 The gRPC Authors 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // Licensed under the Apache License, Version 2.0 (the "License"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // you may not use this file except in compliance with the License. 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ using System.Text; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 using Grpc.Core.Internal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 using NUnit.Framework; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-namespace Grpc.Core.Tests.Internal 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+namespace Grpc.Core.Internal.Tests 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public class WellKnownStringsTest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 |