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

Issue 23005002: core: Include wtf files using "wtf/foo.h" form. (Closed)

Created:
7 years, 4 months ago by tfarina
Modified:
7 years, 4 months ago
Reviewers:
Nico, abarth-chromium
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Visibility:
Public.

Description

core: Include wtf files using "wtf/foo.h" form. Instead of including them as: \#include <wtf/foo.h> Change it to include as: \#include "wtf/foo.h" Patch generated with thakis's script: git grep -l '#include <wtf' Source/core/ | xargs sed -i -e 's/#include <\(wtf\/[^>]*\)>/#include "\1"/' BUG=254653 R=abarth@chromium.org,thakis@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155994

Patch Set 1 #

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -129 lines) Patch
M Source/core/storage/Storage.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/storage/Storage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/storage/StorageArea.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/storage/StorageEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/InspectorFrontendClientLocal.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/testing/InspectorFrontendClientLocal.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/testing/MallocStatistics.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/testing/MockPagePopupDriver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/TypeConversions.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/workers/AbstractWorker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/workers/DefaultSharedWorkerRepository.h View 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/workers/SharedWorkerRepository.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/workers/Worker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerEventQueue.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerLoaderProxy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerLocation.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerObjectProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerReportingProxy.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerRunLoop.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/workers/WorkerRunLoop.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerScriptLoader.cpp View 1 2 chunks +3 lines, -4 lines 0 comments Download
M Source/core/xml/DOMParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/NativeXPathNSResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/NativeXPathNSResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLErrors.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XMLErrors.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequestUpload.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XMLSerializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathExpression.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathExpressionNode.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/xml/XPathExpressionNode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathFunctions.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XPathGrammar.y View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathNodeSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XPathParser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XPathPredicate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathUtil.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XPathUtil.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XPathValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/XSLImportRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLStyleSheet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/xml/XSLTProcessorLibxslt.cpp View 1 2 chunks +9 lines, -10 lines 0 comments Download
M Source/core/xml/XSLTUnicodeSort.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/xml/parser/XMLDocumentParser.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/xml/parser/XMLDocumentParserScope.h View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tfarina
7 years, 4 months ago (2013-08-13 03:46:17 UTC) #1
abarth-chromium
lgtm
7 years, 4 months ago (2013-08-13 06:57:43 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23005002/3001
7 years, 4 months ago (2013-08-13 06:58:12 UTC) #3
commit-bot: I haz the power
7 years, 4 months ago (2013-08-13 08:51:25 UTC) #4
Message was sent while issue was closed.
Change committed as 155994

Powered by Google App Engine
This is Rietveld 408576698