| Index: base/i18n/i18n_constants.cc
|
| diff --git a/base/i18n/i18n_constants.cc b/base/i18n/i18n_constants.cc
|
| deleted file mode 100644
|
| index 7d2f5fc053861d478ef025695088c59460ff734f..0000000000000000000000000000000000000000
|
| --- a/base/i18n/i18n_constants.cc
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2011 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/i18n_constants.h"
|
| -
|
| -namespace base {
|
| -
|
| -const char kCodepageLatin1[] = "ISO-8859-1";
|
| -const char kCodepageUTF8[] = "UTF-8";
|
| -
|
| -} // namespace base
|
| -
|
|
|