From 20a1755a887c652d2f7057ab614b7a06ec492b97 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 21 Sep 2017 16:35:56 -0400 Subject: Move CFX_StringDataTemplate to StringDataTemplate This CL renames CFX_StringDataTemplate to StringDataTemplate and moves into the fxcrt namespace. Bug: pdfium:898 Change-Id: I1c1e5ae674c3cca34fd595272e9eebc9346ed6ac Reviewed-on: https://pdfium-review.googlesource.com/14618 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/widestring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt/widestring.cpp') diff --git a/core/fxcrt/widestring.cpp b/core/fxcrt/widestring.cpp index e90d8ced85..e5925845be 100644 --- a/core/fxcrt/widestring.cpp +++ b/core/fxcrt/widestring.cpp @@ -20,7 +20,7 @@ #include "third_party/base/numerics/safe_math.h" #include "third_party/base/stl_util.h" -template class CFX_StringDataTemplate; +template class fxcrt::StringDataTemplate; template class fxcrt::StringViewTemplate; template class CFX_StringPoolTemplate; template struct std::hash; -- cgit v1.2.3