summaryrefslogtreecommitdiff
path: root/core/fxcrt/bytestring.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/bytestring.h')
-rw-r--r--core/fxcrt/bytestring.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/fxcrt/bytestring.h b/core/fxcrt/bytestring.h
index c2c41e8c47..eba9744402 100644
--- a/core/fxcrt/bytestring.h
+++ b/core/fxcrt/bytestring.h
@@ -18,11 +18,10 @@
#include "core/fxcrt/string_view_template.h"
#include "third_party/base/optional.h"
-class ByteString_Concat_Test;
-class fxcrt_ByteStringPool_Test;
-
namespace fxcrt {
+class ByteString_Concat_Test;
+class StringPool_ByteString_Test;
class WideString;
// A mutable string with shared buffers using copy-on-write semantics that
@@ -198,7 +197,7 @@ class ByteString {
RetainPtr<StringData> m_pData;
friend ByteString_Concat_Test;
- friend fxcrt_ByteStringPool_Test;
+ friend class StringPool_ByteString_Test;
};
inline bool operator==(const char* lhs, const ByteString& rhs) {