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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_bubble.h

Issue 1808943002: Remove unnecessary explicit keyword in ExclusiveAccessBubble class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update style Created 4 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
index be715c50a8fabc6c0bd5b8a0b9c13eda1d7c0818..0e6bd8e4b11261c0cf4bb02a6e45235ddb0f6ce2 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
@@ -30,9 +30,9 @@ class Rect;
// has elapsed, the next user input re-displays the bubble.
class ExclusiveAccessBubble : public gfx::AnimationDelegate {
public:
- explicit ExclusiveAccessBubble(ExclusiveAccessManager* manager,
- const GURL& url,
- ExclusiveAccessBubbleType bubble_type);
+ ExclusiveAccessBubble(ExclusiveAccessManager* manager,
+ const GURL& url,
+ ExclusiveAccessBubbleType bubble_type);
~ExclusiveAccessBubble() override;
// Informs the ExclusiveAccessBubble of some user input, which may update
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698