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

Unified Diff: chrome/browser/chromeos/login/cryptohome_op.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/login/cryptohome_op.h
diff --git a/chrome/browser/chromeos/login/cryptohome_op.h b/chrome/browser/chromeos/login/cryptohome_op.h
index d3d81f7ff783ff78502d99c0813ebb2607f1f7d5..eec093b36325d908b4c8821b091ebcf76048c2f1 100644
--- a/chrome/browser/chromeos/login/cryptohome_op.h
+++ b/chrome/browser/chromeos/login/cryptohome_op.h
@@ -8,6 +8,7 @@
#include <string>
+#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "chrome/browser/chromeos/cros/cryptohome_library.h"
@@ -42,7 +43,7 @@ class CryptohomeOp
virtual void Initiate() = 0;
// Implementation of CryptohomeLibrary::Delegate.
- virtual void OnComplete(bool success, int return_code);
+ virtual void OnComplete(bool success, int return_code) OVERRIDE;
protected:
CryptohomeOp(AuthAttemptState* current_attempt,

Powered by Google App Engine
This is Rietveld 408576698