Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(599)

Unified Diff: base/i18n/i18n_constants.cc

Issue 15358006: Moving ICU constants to separate OBJ for split-link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add split link file Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/i18n/i18n_constants.h ('k') | base/i18n/icu_string_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/i18n_constants.cc
diff --git a/base/callback_forward.h b/base/i18n/i18n_constants.cc
similarity index 50%
copy from base/callback_forward.h
copy to base/i18n/i18n_constants.cc
index 79832481af23483d6589c0e461d0664f28088f60..9b8c571564f4265ff68d422deb09b851419a027a 100644
--- a/base/callback_forward.h
+++ b/base/i18n/i18n_constants.cc
@@ -2,16 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_CALLBACK_FORWARD_H_
-#define BASE_CALLBACK_FORWARD_H_
+#include "base/i18n/i18n_constants.h"
namespace base {
-template <typename Sig>
-class Callback;
-
-typedef Callback<void(void)> Closure;
+const char kCodepageLatin1[] = "ISO-8859-1";
+const char kCodepageUTF8[] = "UTF-8";
+const char kCodepageUTF16BE[] = "UTF-16BE";
+const char kCodepageUTF16LE[] = "UTF-16LE";
} // namespace base
-#endif // BASE_CALLBACK_FORWARD_H
« no previous file with comments | « base/i18n/i18n_constants.h ('k') | base/i18n/icu_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698