#pragma once #include <Atomic/Container/Str.h> namespace Atomic { bool ConvertCEFString(const CefString& cefString, String& output); }