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

Unified Diff: chrome/browser/chromeos/upgrade_detector_chromeos.h

Issue 8638016: Add OVERRIDE to chrome/browser/chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/chromeos/upgrade_detector_chromeos.h
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h
index e343d6b03ce5a4c771152426629f977ca8c68ce7..8444d717f19f8afe35a36e4e6a89bbebecefb07d 100644
--- a/chrome/browser/chromeos/upgrade_detector_chromeos.h
+++ b/chrome/browser/chromeos/upgrade_detector_chromeos.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/timer.h"
+#include "base/compiler_specific.h"
#include "chrome/browser/chromeos/cros/update_library.h"
#include "chrome/browser/upgrade_detector.h"
@@ -34,7 +35,7 @@ class UpgradeDetectorChromeos : public UpgradeDetector,
// chromeos::UpdateLibrary::Observer implementation.
virtual void UpdateStatusChanged(
- const chromeos::UpdateLibrary::Status& status);
+ const chromeos::UpdateLibrary::Status& status) OVERRIDE;
// The function that sends out a notification (after a certain time has
// elapsed) that lets the rest of the UI know we should start notifying the

Powered by Google App Engine
This is Rietveld 408576698