Roll src/third_party/WebKit 06cb9e9:a978ee5 (svn 202558:202559)
[chromium-blink-merge.git] / third_party / cld / encodings / compact_lang_det / win / cld_unilib_google3.cc
blob99d1816ac9975e2f01aa12ff7fb858d124635fe4
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This code is not actually used, it was copied here for the reference only.
6 // See cld_htmlutils_windows.cc for Windows version of this code.
8 #include "i18n/encodings/compact_lang_det/cld_unilib.h"
10 #include "util/utf8/unilib.h"
12 namespace cld_UniLib {
14 int OneCharLen(const char* src) {
15 return UniLib::OneCharLen(src);
18 } // namespace cld_UniLib