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

Unified Diff: tools/sort-headers.py

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac4 Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: tools/sort-headers.py
diff --git a/tools/sort-headers.py b/tools/sort-headers.py
index 42a8be8e52b705b03388ee5ac5ee1c21bf64fdac..3771b773018bd4502ba5efc6c38961665e61a8cc 100755
--- a/tools/sort-headers.py
+++ b/tools/sort-headers.py
@@ -55,6 +55,8 @@ def IncludeCompareKey(line):
return '1' + line
if line.startswith('<unknwn.h>'): # Must be before e.g. intshcut.h
return '1' + line
+ if line.startswith('<ole2.h>'): # Must be before e.g. intshcut.h
+ return '1' + line
# C++ system headers should come after C system headers.
if line.startswith('<'):
« components/webdata/encryptor/ie_importer_unittest_win.cc ('K') | « tools/git/mass-rename.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698