Rename legacy methods that were in CamelCase to unix_hacker.
Required going through and modifying some of the code to 
solve name clashes.

Review URL: http://codereview.chromium.org/2945

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2337 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/views/grid_layout.cc b/chrome/views/grid_layout.cc
index 18f7ba0..e0c7257 100644
--- a/chrome/views/grid_layout.cc
+++ b/chrome/views/grid_layout.cc
@@ -765,7 +765,7 @@
   // SizeRowsAndColumns sets the size and location of each row/column, but
   // not of the views.
   CSize pref;
-  SizeRowsAndColumns(true, host_->GetWidth(), host_->GetHeight(), &pref);
+  SizeRowsAndColumns(true, host_->width(), host_->height(), &pref);
 
   // Size each view.
   for (std::vector<ViewState*>::iterator i = view_states_.begin();