Index: components/bubble/bubble_ui.h |
diff --git a/components/bubble/bubble_ui.h b/components/bubble/bubble_ui.h |
index 96f9f92bad8b4cfd880df8dd6608f2492767ac05..a64066056cf6afe1ef1584a553e2ebdd10085e98 100644 |
--- a/components/bubble/bubble_ui.h |
+++ b/components/bubble/bubble_ui.h |
@@ -7,9 +7,9 @@ |
#include "components/bubble/bubble_reference.h" |
-class BubbleUI { |
+class BubbleUi { |
public: |
- virtual ~BubbleUI() {} |
+ virtual ~BubbleUi() {} |
// Should display the bubble UI. BubbleReference is passed in so that the |
// bubble UI can notify the BubbleManager if it needs to close. |