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

Side by Side Diff: net/http/http_atom_list.h

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 HTTP_ATOM(ACCEPT) 5 HTTP_ATOM(ACCEPT)
6 HTTP_ATOM(ACCEPT_CHARSET) 6 HTTP_ATOM(ACCEPT_CHARSET)
7 HTTP_ATOM(ACCEPT_ENCODING) 7 HTTP_ATOM(ACCEPT_ENCODING)
8 HTTP_ATOM(ACCEPT_LANGUAGE) 8 HTTP_ATOM(ACCEPT_LANGUAGE)
9 HTTP_ATOM(ACCEPT_RANGES) 9 HTTP_ATOM(ACCEPT_RANGES)
10 HTTP_ATOM(AGE) 10 HTTP_ATOM(AGE)
11 HTTP_ATOM(ALLOW) 11 HTTP_ATOM(ALLOW)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 HTTP_ATOM(SERVER) 52 HTTP_ATOM(SERVER)
53 HTTP_ATOM(SET_COOKIE) 53 HTTP_ATOM(SET_COOKIE)
54 HTTP_ATOM(TITLE) 54 HTTP_ATOM(TITLE)
55 HTTP_ATOM(TRANSFER_ENCODING) 55 HTTP_ATOM(TRANSFER_ENCODING)
56 HTTP_ATOM(UPGRADE) 56 HTTP_ATOM(UPGRADE)
57 HTTP_ATOM(USER_AGENT) 57 HTTP_ATOM(USER_AGENT)
58 HTTP_ATOM(VARY) 58 HTTP_ATOM(VARY)
59 HTTP_ATOM(VIA) 59 HTTP_ATOM(VIA)
60 HTTP_ATOM(WARNING) 60 HTTP_ATOM(WARNING)
61 HTTP_ATOM(WWW_AUTHENTICATE) 61 HTTP_ATOM(WWW_AUTHENTICATE)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698