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

Unified Diff: chrome/browser/devtools/devtools_target_impl.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs Created 6 years, 2 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/devtools/devtools_target_impl.h
diff --git a/chrome/browser/devtools/devtools_target_impl.h b/chrome/browser/devtools/devtools_target_impl.h
index 2b8d1b6e329f66807fd2e734af93a11cc9eb7064..3ce031ba725a5406de27efcfa14e610fadaf8e8b 100644
--- a/chrome/browser/devtools/devtools_target_impl.h
+++ b/chrome/browser/devtools/devtools_target_impl.h
@@ -35,19 +35,19 @@ class DevToolsTargetImpl : public content::DevToolsTarget {
virtual ~DevToolsTargetImpl();
// content::DevToolsTarget overrides:
- virtual std::string GetId() const OVERRIDE;
- virtual std::string GetParentId() const OVERRIDE;
- virtual std::string GetType() const OVERRIDE;
- virtual std::string GetTitle() const OVERRIDE;
- virtual std::string GetDescription() const OVERRIDE;
- virtual GURL GetURL() const OVERRIDE;
- virtual GURL GetFaviconURL() const OVERRIDE;
- virtual base::TimeTicks GetLastActivityTime() const OVERRIDE;
+ virtual std::string GetId() const override;
+ virtual std::string GetParentId() const override;
+ virtual std::string GetType() const override;
+ virtual std::string GetTitle() const override;
+ virtual std::string GetDescription() const override;
+ virtual GURL GetURL() const override;
+ virtual GURL GetFaviconURL() const override;
+ virtual base::TimeTicks GetLastActivityTime() const override;
virtual scoped_refptr<content::DevToolsAgentHost>
- GetAgentHost() const OVERRIDE;
- virtual bool IsAttached() const OVERRIDE;
- virtual bool Activate() const OVERRIDE;
- virtual bool Close() const OVERRIDE;
+ GetAgentHost() const override;
+ virtual bool IsAttached() const override;
+ virtual bool Activate() const override;
+ virtual bool Close() const override;
// Returns the WebContents associated with the target on NULL if there is
// not any.
« no previous file with comments | « chrome/browser/devtools/devtools_sanity_browsertest.cc ('k') | chrome/browser/devtools/devtools_target_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698