shaka-packager/base/i18n/icu_util_nacl_win64.cc

14 lines
288 B
C++
Raw Normal View History

// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/i18n/icu_util.h"
namespace icu_util {
bool Initialize() {
return true;
}
} // namespace icu_util