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

Issue 18095003: Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. (Closed)

Created:
7 years, 5 months ago by Nico
Modified:
7 years, 5 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, loislo+blink_chromium.org, eae+blinkwatch, yurys+blink_chromium.org, abarth-chromium, dglazkov+blink, adamk+blink_chromium.org, jeez
Visibility:
Public.

Description

Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. Patch generated automatically by: git grep -l '#include <wtf' Source/wtf/ | xargs sed -i -e 's/#include <\(wtf\/[^>]*\)>/#include "\1"/' BUG=254653 TBR=abarth NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153160

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -255 lines) Patch
M Source/wtf/ASCIICType.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/AVLTree.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Alignment.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/ArrayBufferView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Assertions.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/BitArray.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/BitVector.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/BloomFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/CheckedArithmetic.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/Complex.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/DataLog.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/DataLog.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/DateMath.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/DecimalNumber.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Deque.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/EnumClass.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/FastAllocBase.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/FastMalloc.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/FilePrintStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/FixedArray.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Float32Array.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Float64Array.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Functional.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/wtf/HashCountedSet.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/HashFunctions.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/HashMap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/HashSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/HashTable.h View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/wtf/HashTraits.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/HexNumber.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Int16Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Int32Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Int8Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/IntegralTypedArrayBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/ListHashSet.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/Locker.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/MemoryInstrumentation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationArrayBufferView.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationHashCountedSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationHashMap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationHashSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationListHashSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationSequence.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryInstrumentationString.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/wtf/MemoryInstrumentationVector.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/MemoryObjectInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/MessageQueue.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/Noncopyable.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/NumberOfCores.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/OwnArrayPtr.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/OwnPtr.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/wtf/ParallelJobs.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/wtf/ParallelJobsGeneric.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/PassOwnArrayPtr.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/PassOwnPtr.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/PassRefPtr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/PassTraits.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Platform.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/PossiblyNull.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/PrintStream.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/PrintStream.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/ProcessID.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/RefCountedLeakCounter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/RefPtr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/RetainPtr.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/StreamBuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/StringHasher.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TCPageMap.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TCSpinLock.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TemporaryChange.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/ThreadIdentifierDataPthreads.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/ThreadRestrictionVerifier.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/ThreadSpecificWin.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Threading.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Threading.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/ThreadingPrimitives.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/ThreadingWin.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/wtf/TypeTraits.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TypedArrayBase.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/Uint16Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Uint32Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Uint8Array.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Uint8ClampedArray.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/UnusedParam.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Vector.h View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/wtf/VectorTraits.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/WeakPtr.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/wtf/dtoa/double-conversion.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/os-win32/inttypes.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/os-win32/stdint.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/AtomicString.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/AtomicString.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/AtomicStringHash.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/text/AtomicStringImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/Base64.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/text/IntegerToStringConversion.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/text/StringBuffer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/text/StringConcatenate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/text/StringHash.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/text/TextCodecASCIIFastPath.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/TextCodecLatin1.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/TextCodecUTF16.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/TextCodecUTF8.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/wtf/text/TextCodecUserDefined.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/wtf/text/TextEncoding.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/TextPosition.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/WTFString.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/WTFString.cpp View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/wtf/unicode/Unicode.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/unicode/icu/CollatorICU.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/18095003/1
7 years, 5 months ago (2013-06-27 17:52:47 UTC) #1
commit-bot: I haz the power
7 years, 5 months ago (2013-06-27 17:54:22 UTC) #2
Message was sent while issue was closed.
Change committed as 153160

Powered by Google App Engine
This is Rietveld 408576698