summaryrefslogtreecommitdiffstats
path: root/base/i18n/icu_util_nacl_win64.cc
blob: 6e0bb6b2f2173d9ae9cfc61a9571bf5be5840032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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