Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index bc970f4a1f5b6d8322bcc92f79066f0dab81ea78..0e7aba4359702843fd261cf1583c7ad4f950aa43 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -96,7 +96,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
void SetName(const std::string& name); |
const base::string16 title() const { return title_; } |
- void set_title(const base::string16& title) { title_ = title; } |
+ void SetTitle(const base::string16& title); |
bool transparent() const { return transparent_; } |
void SetTransparent(bool transparent); |