Commit c847e222 authored by joone.hur's avatar joone.hur Committed by Commit bot

Remove unnecessary explicit keyword in ExclusiveAccessBubble class

BUG=none

Review URL: https://codereview.chromium.org/1808943002

Cr-Commit-Position: refs/heads/master@{#381654}
parent da56e85e
...@@ -30,9 +30,9 @@ class Rect; ...@@ -30,9 +30,9 @@ class Rect;
// has elapsed, the next user input re-displays the bubble. // has elapsed, the next user input re-displays the bubble.
class ExclusiveAccessBubble : public gfx::AnimationDelegate { class ExclusiveAccessBubble : public gfx::AnimationDelegate {
public: public:
explicit ExclusiveAccessBubble(ExclusiveAccessManager* manager, ExclusiveAccessBubble(ExclusiveAccessManager* manager,
const GURL& url, const GURL& url,
ExclusiveAccessBubbleType bubble_type); ExclusiveAccessBubbleType bubble_type);
~ExclusiveAccessBubble() override; ~ExclusiveAccessBubble() override;
// Informs the ExclusiveAccessBubble of some user input, which may update // Informs the ExclusiveAccessBubble of some user input, which may update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment