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

Unified Diff: content/browser/net/sqlite_persistent_cookie_store.h

Issue 633843002: Replacing the OVERRIDE with override and FINAL with final in content/browser/[dom_storage|gamepad|… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/browser/net/sqlite_persistent_cookie_store.h
diff --git a/content/browser/net/sqlite_persistent_cookie_store.h b/content/browser/net/sqlite_persistent_cookie_store.h
index e9789f3a4b099e8813e8ea620015214f7934b8fa..69df24f55165487653cbad2e8f867e03c5a821b0 100644
--- a/content/browser/net/sqlite_persistent_cookie_store.h
+++ b/content/browser/net/sqlite_persistent_cookie_store.h
@@ -54,14 +54,14 @@ class CONTENT_EXPORT SQLitePersistentCookieStore
CookieCryptoDelegate* crypto_delegate);
// net::CookieMonster::PersistentCookieStore:
- virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
+ virtual void Load(const LoadedCallback& loaded_callback) override;
virtual void LoadCookiesForKey(const std::string& key,
- const LoadedCallback& callback) OVERRIDE;
- virtual void AddCookie(const net::CanonicalCookie& cc) OVERRIDE;
- virtual void UpdateCookieAccessTime(const net::CanonicalCookie& cc) OVERRIDE;
- virtual void DeleteCookie(const net::CanonicalCookie& cc) OVERRIDE;
- virtual void SetForceKeepSessionState() OVERRIDE;
- virtual void Flush(const base::Closure& callback) OVERRIDE;
+ const LoadedCallback& callback) override;
+ virtual void AddCookie(const net::CanonicalCookie& cc) override;
+ virtual void UpdateCookieAccessTime(const net::CanonicalCookie& cc) override;
+ virtual void DeleteCookie(const net::CanonicalCookie& cc) override;
+ virtual void SetForceKeepSessionState() override;
+ virtual void Flush(const base::Closure& callback) override;
protected:
virtual ~SQLitePersistentCookieStore();
« no previous file with comments | « content/browser/net/browser_online_state_observer.h ('k') | content/browser/net/sqlite_persistent_cookie_store_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698