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 50% |
copy from chromecast/base/cast_constants.cc |
copy to content/browser/font_access/font_getter.cc |
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..ab198534b0ca6814c626adbe55de49dd2b768fe3 100644 |
--- a/chromecast/base/cast_constants.cc |
+++ b/content/browser/font_access/font_getter.cc |
@@ -2,10 +2,8 @@ |
// 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 { |
- |
-const char kChromeResourceScheme[] = "chrome-resource"; |
- |
-} // namespace chromecast |
+namespace content { |
+const char kFontAccessToken[] = "_font_access_service_getter_"; |
+} // namespace content |