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

Side by Side Diff: base/i18n/number_formatting.h

Issue 3173020: FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. (Closed)
Patch Set: argh Created 10 years, 4 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 unified diff | Download patch
« no previous file with comments | « base/i18n/file_util_icu.h ('k') | base/i18n/word_iterator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_I18N_NUMBER_FORMATTING_H_ 5 #ifndef BASE_I18N_NUMBER_FORMATTING_H_
6 #define BASE_I18N_NUMBER_FORMATTING_H_ 6 #define BASE_I18N_NUMBER_FORMATTING_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string>
10
11 #include "base/basictypes.h" 9 #include "base/basictypes.h"
12 #include "base/string16.h" 10 #include "base/string16.h"
13 11
14 namespace base { 12 namespace base {
15 13
16 string16 FormatNumber(int64 number); 14 string16 FormatNumber(int64 number);
17 15
18 } // namespace base 16 } // namespace base
19 17
20 #endif // BASE_I18N_NUMBER_FORMATTING_H_ 18 #endif // BASE_I18N_NUMBER_FORMATTING_H_
OLDNEW
« no previous file with comments | « base/i18n/file_util_icu.h ('k') | base/i18n/word_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698