| Index: content/browser/font_access/font_getter.cc
 | 
| diff --git a/chromecast/base/cast_constants.cc b/content/browser/font_access/font_getter.cc
 | 
| similarity index 51%
 | 
| copy from chromecast/base/cast_constants.cc
 | 
| copy to content/browser/font_access/font_getter.cc
 | 
| index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..b8619d112b580268b43288ed2cab39f5477bc560 100644
 | 
| --- a/chromecast/base/cast_constants.cc
 | 
| +++ b/content/browser/font_access/font_getter.cc
 | 
| @@ -2,10 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chromecast/base/cast_constants.h"
 | 
| +#include "content/browser/font_access/font_getter.h"
 | 
|  
 | 
| -namespace chromecast {
 | 
| +namespace content {
 | 
|  
 | 
| -const char kChromeResourceScheme[] = "chrome-resource";
 | 
| +const char kFontAccessToken[] = "_font_access_service_getter_";
 | 
|  
 | 
| -}  // namespace chromecast
 | 
| +}  // namespace content
 | 
| 
 |