| Index: views/view.h
|
| diff --git a/views/view.h b/views/view.h
|
| index 984f50b871d7562f18623c960b587bf965b7c2fc..a8dd6c95dcf83fe680b9403eb42c5407e04b7b17 100644
|
| --- a/views/view.h
|
| +++ b/views/view.h
|
| @@ -175,9 +175,7 @@ class View : public AcceleratorTarget {
|
|
|
| // FATE TBD ------------------------------------------------------------------
|
| // TODO(beng): Figure out what these methods are for and delete them.
|
| -
|
| - // TODO(beng): this one isn't even google3-style. wth.
|
| - virtual Widget* child_widget();
|
| + virtual Widget* GetChildWidget();
|
|
|
| // Creation and lifetime -----------------------------------------------------
|
|
|
|
|