|
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on 'using namespace icu'.
This is Chrome's counterpart to the ICU header change that disables
'using namespace icu' ( http://codereview.chromium.org/171010/show), which is required to avoid the name colission between Chrome's StringPiece (in base) and ICU's StringPiece.
The webkit change (which is minor) will be dealt with in the webkit bugzilla.
This can go in before the ICU change/upgrade without affecting anything.
BUG= 8198
TEST=All the targets are built without an error on all platforms.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23613
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+125 lines, -123 lines) |
Patch |
|
M |
app/gfx/text_elider.h
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
app/gfx/text_elider.cc
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
app/gfx/text_elider_unittest.cc
|
View
|
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
app/l10n_util.h
|
View
|
1
2
3
|
7 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
app/l10n_util.cc
|
View
|
2
3
|
6 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
app/l10n_util_unittest.cc
|
View
|
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
app/table_model.h
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
app/table_model.cc
|
View
|
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/file_util_icu.cc
|
View
|
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/file_util_posix.cc
|
View
|
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
base/string_util_icu.cc
|
View
|
2
3
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/time_format.cc
|
View
|
2
3
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
chrome/browser/bookmarks/bookmark_model.cc
|
View
|
2
3
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/history/snippet.cc
|
View
|
2
3
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/safe_browsing/safe_browsing_util.cc
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/spellcheck_worditerator.cc
|
View
|
2
3
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/browser/task_manager.cc
|
View
|
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/time_format.cc
|
View
|
2
3
|
5 chunks |
+25 lines, -27 lines |
0 comments
|
Download
|
|
M |
net/base/net_util.cc
|
View
|
1
2
3
4
|
8 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|