diff options
author | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-24 18:35:58 +0000 |
---|---|---|
committer | spang@chromium.org <spang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-24 18:35:58 +0000 |
commit | 96d9d645169c51e85d6ec0581ac74218acf5c51b (patch) | |
tree | 253caa61970c9d832465252d6bbae9c3211cbab2 /ui/ozone | |
parent | 7f6f91d9f8c0966e24c8178f2df7493559cc1c4f (diff) | |
download | chromium_src-96d9d645169c51e85d6ec0581ac74218acf5c51b.zip chromium_src-96d9d645169c51e85d6ec0581ac74218acf5c51b.tar.gz chromium_src-96d9d645169c51e85d6ec0581ac74218acf5c51b.tar.bz2 |
ozone: Fix typo in platform_object.h
BUG=none
TEST=none
NOTRY=true
TBR=alexst
Review URL: https://codereview.chromium.org/418113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ozone')
-rw-r--r-- | ui/ozone/platform_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ozone/platform_object.h b/ui/ozone/platform_object.h index 3d3a65a..2518c7c 100644 --- a/ui/ozone/platform_object.h +++ b/ui/ozone/platform_object.h @@ -16,7 +16,7 @@ namespace ui { // For the platform called "foo", PlatformObject<PlatformWidget> will ultimately // call the function with signature // -// Bar* CreatePlatformWidgetFoo(); +// PlatformWidget* CreatePlatformWidgetFoo(); // // A definition of this function for each compiled platform must be provided, or // link errors will result. |