Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3399)

Unified Diff: chrome/browser/ui/views/info_bubble.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/info_bubble.h
diff --git a/chrome/browser/ui/views/info_bubble.h b/chrome/browser/ui/views/info_bubble.h
index e57ebc80ccf50178450929fd67c8584e7eed8c19..0a06d5e85b9fd68e2d8753e738e58379100bd427 100644
--- a/chrome/browser/ui/views/info_bubble.h
+++ b/chrome/browser/ui/views/info_bubble.h
@@ -171,7 +171,7 @@ class InfoBubbleDelegate {
virtual bool FadeInOnShow() = 0;
// The name of the window to which this delegate belongs.
- virtual std::wstring accessible_name() { return L""; }
+ virtual std::wstring accessible_name();
};
// TODO(sky): this code is ifdef-tastic. It might be cleaner to refactor the

Powered by Google App Engine
This is Rietveld 408576698