diff options
Diffstat (limited to 'chrome/views/text_field.h')
-rw-r--r-- | chrome/views/text_field.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/views/text_field.h b/chrome/views/text_field.h index e9685fd..e69dd329 100644 --- a/chrome/views/text_field.h +++ b/chrome/views/text_field.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// These classes define a text field widget that can be used in the ChromeViews -// UI toolkit. +// These classes define a text field widget that can be used in the views UI +// toolkit. #ifndef CHROME_VIEWS_TEXT_FIELD_H__ #define CHROME_VIEWS_TEXT_FIELD_H__ @@ -15,7 +15,7 @@ #include "chrome/views/view.h" #include "skia/include/SkColor.h" -namespace ChromeViews { +namespace views { class HWNDView; @@ -191,7 +191,7 @@ class TextField : public View { DISALLOW_EVIL_CONSTRUCTORS(TextField); }; -} // namespace ChromeViews +} // namespace views #endif // CHROME_VIEWS_TEXT_FIELD_H__ |