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

Unified Diff: net/cookies/cookie_store_test_helpers.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: net/cookies/cookie_store_test_helpers.h
diff --git a/net/cookies/cookie_store_test_helpers.h b/net/cookies/cookie_store_test_helpers.h
index 84b83bc062cb0772b06c542e3a881253d253f867..c65e35672491d7710144dc00679d96e500b8d024 100644
--- a/net/cookies/cookie_store_test_helpers.h
+++ b/net/cookies/cookie_store_test_helpers.h
@@ -45,8 +45,7 @@ class DelayedCookieMonster : public CookieStore {
virtual std::string GetCookiesWithOptions(const GURL& url,
const CookieOptions& options);
- virtual void DeleteCookie(const GURL& url,
- const std::string& cookie_name);
+ virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
virtual void DeleteCookieAsync(const GURL& url,
const std::string& cookie_name,
@@ -68,7 +67,6 @@ class DelayedCookieMonster : public CookieStore {
virtual CookieMonster* GetCookieMonster() OVERRIDE;
private:
-
// Be called immediately from CookieMonster.
void SetCookiesInternalCallback(bool result);

Powered by Google App Engine
This is Rietveld 408576698