// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "mojo/public/cpp/bindings/string_traits_wtf.h" #include "base/strings/string_util.h" #include "mojo/public/cpp/bindings/string_data_view.h" namespace mojo { // static void StringTraits<WTF::String>::SetToNull(WTF::String* output) { … } // static WTF::StringUTF8Adaptor StringTraits<WTF::String>::GetUTF8( const WTF::String& input) { … } // static bool StringTraits<WTF::String>::Read(StringDataView input, WTF::String* output) { … } } // namespace mojo