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

Unified Diff: chrome/browser/chromeos/geolocation/simple_geolocation_request.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/tray_step.h ('k') | chrome/browser/chromeos/idle_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/geolocation/simple_geolocation_request.h
diff --git a/chrome/browser/chromeos/geolocation/simple_geolocation_request.h b/chrome/browser/chromeos/geolocation/simple_geolocation_request.h
index f6baf4d3b3c0378509a2e99d5f8120862aaad03a..f9b3c1aa92043933c9a7cb80d2ce8c701f6fc6c5 100644
--- a/chrome/browser/chromeos/geolocation/simple_geolocation_request.h
+++ b/chrome/browser/chromeos/geolocation/simple_geolocation_request.h
@@ -67,7 +67,7 @@ class SimpleGeolocationRequest : private net::URLFetcherDelegate {
private:
// net::URLFetcherDelegate
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
// Start new request.
void StartRequest();
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/tray_step.h ('k') | chrome/browser/chromeos/idle_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698