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

Unified Diff: chrome/browser/ui/pdf/pdf_browsertest_base.h

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/pdf/pdf_browsertest_base.h
diff --git a/chrome/browser/ui/pdf/pdf_browsertest_base.h b/chrome/browser/ui/pdf/pdf_browsertest_base.h
index 4beecd46070dc6ed59f31792fe4c4338541dd7f3..ee1446791a9b712c3962073502c4f6255ec7ad62 100644
--- a/chrome/browser/ui/pdf/pdf_browsertest_base.h
+++ b/chrome/browser/ui/pdf/pdf_browsertest_base.h
@@ -26,7 +26,7 @@ class PDFBrowserTest : public InProcessBrowserTest,
public content::NotificationObserver {
public:
PDFBrowserTest();
- virtual ~PDFBrowserTest();
+ ~PDFBrowserTest() override;
protected:
// Use our own TestServer so that we can serve files from the pdf directory.
@@ -47,12 +47,12 @@ class PDFBrowserTest : public InProcessBrowserTest,
content::ReadbackResponse response);
// content::NotificationObserver
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) override;
+ void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) override;
// InProcessBrowserTest
- virtual void SetUpCommandLine(base::CommandLine* command_line) override;
+ void SetUpCommandLine(base::CommandLine* command_line) override;
// True if the snapshot differed from the expected value.
bool snapshot_different_;
« no previous file with comments | « chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h ('k') | chrome/browser/ui/pdf/pdf_unsupported_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698