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

Unified Diff: chrome/renderer/spellchecker/spellcheck_provider_test.h

Issue 630603003: Replacing the OVERRIDE with override in chrome/renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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/renderer/spellchecker/spellcheck_provider_test.h
diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
index a2a1e9c300dbcf4d823ac79b9c79265698ae3e2f..dabd93490afe27757b9200394b94dc3915a19abc 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
+++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
@@ -26,8 +26,8 @@ class FakeTextCheckingCompletion : public blink::WebTextCheckingCompletion {
~FakeTextCheckingCompletion();
virtual void didFinishCheckingText(
- const blink::WebVector<blink::WebTextCheckingResult>& results) OVERRIDE;
- virtual void didCancelCheckingText() OVERRIDE;
+ const blink::WebVector<blink::WebTextCheckingResult>& results) override;
+ virtual void didCancelCheckingText() override;
size_t completion_count_;
@@ -40,7 +40,7 @@ class TestingSpellCheckProvider : public SpellCheckProvider {
TestingSpellCheckProvider();
virtual ~TestingSpellCheckProvider();
- virtual bool Send(IPC::Message* message) OVERRIDE;
+ virtual bool Send(IPC::Message* message) override;
void OnCallSpellingService(int route_id,
int identifier,
const base::string16& text,
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_provider.h ('k') | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698