Start sorting methods in class declarations.

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


CrOS-Libchrome-Original-Commit: a502bbe7a3ea0d4909e4e163ab00a1f3be483143
35 files changed
tree: a16b1fe331d7137c7fe80266e17bdf21cdbf9aae
  1. base/
  2. build/
  3. ipc/
  4. testing/