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

Issue 104603004: Minor clean-up: Remove unneeded header files. (Closed)

Created:
6 years, 12 months ago by arpitab_
Modified:
4 years, 10 months ago
Reviewers:
lgombos, eseidel
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Minor clean-up: Remove unneeded header files.

Patch Set 1 #

Patch Set 2 : Removing more unrequired header files #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -5 lines) Patch
M Source/platform/text/TextBreakIteratorICU.cpp View 1 1 chunk +0 lines, -5 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
arpitab_
6 years, 12 months ago (2013-12-26 11:48:13 UTC) #1
arpitab_
6 years, 12 months ago (2013-12-26 11:48:14 UTC) #2
lgombos
Can you run the try bot to have some evidence that these headers are not ...
6 years, 6 months ago (2014-06-16 17:18:46 UTC) #3
lgombos
https://codereview.chromium.org/104603004/diff/60001/Source/platform/text/TextBreakIteratorICU.cpp File Source/platform/text/TextBreakIteratorICU.cpp (left): https://codereview.chromium.org/104603004/diff/60001/Source/platform/text/TextBreakIteratorICU.cpp#oldcode34 Source/platform/text/TextBreakIteratorICU.cpp:34: #include <unicode/ubrk.h> Is it is you need to include ...
6 years, 6 months ago (2014-06-16 18:40:29 UTC) #4
rwlbuis
4 years, 10 months ago (2016-02-16 21:35:28 UTC) #5
On 2014/06/16 18:40:29, lgombos wrote:
>
https://codereview.chromium.org/104603004/diff/60001/Source/platform/text/Tex...
> File Source/platform/text/TextBreakIteratorICU.cpp (left):
> 
>
https://codereview.chromium.org/104603004/diff/60001/Source/platform/text/Tex...
> Source/platform/text/TextBreakIteratorICU.cpp:34: #include <unicode/ubrk.h>
> Is it is you need to include ubrk.h to get the definition of UBRK_WORD_NONE.
> 
> It seems though that you can easily remove that dependency as it can be
assumed
> that UBRK_WORD_NONE is always 0.

Will close, continuing here:
https://codereview.chromium.org/1700213003/

Powered by Google App Engine
This is Rietveld 408576698