Index: content/browser/font_access/font_getter.cc |
diff --git a/content/browser/font_access/font_getter.cc b/content/browser/font_access/font_getter.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bf657d19c2c8ad2335e7a75249f28f9b856ba3d8 |
--- /dev/null |
+++ b/content/browser/font_access/font_getter.cc |
@@ -0,0 +1,9 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "content/browser/font_access/font_getter.h" |
+ |
+namespace content { |
+const char kFontAccessToken[] = "_font_access_service_getter_"; |
+} |
mlamouri (slow - plz ping)
2016/01/26 17:17:11
style: ` // namespace content`
Daniel Nishi
2016/01/26 18:36:10
Done.
|