Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -0/+17 |
A lot of our headers are a mess and aren't organized. Impose the following order on files in the base/ directory: class Blah { each public/protected/private section: typedefs; enums; static constants; ctors; dtors; methods; overridden virtual methods; data members; }; BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6081007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70749 0039d316-1c4b-4281-b951-d872f2087c98 |