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

Unified Diff: net/base/sdch_dictionary_fetcher.h

Issue 649763002: git cl format the second third of the net/base directory (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: net/base/sdch_dictionary_fetcher.h
diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h
index 86aaf48165fbb3d8a1a0674b19b9d5562f0ea27f..43762d9489a79139308727b5d3310eb8a457730a 100644
--- a/net/base/sdch_dictionary_fetcher.h
+++ b/net/base/sdch_dictionary_fetcher.h
@@ -32,10 +32,9 @@ class URLRequestThrottlerEntryInterface;
// the URLRequest::Delegate interface to handle callbacks (but see above
// TODO). It tracks all requests, only attempting to fetch each dictionary
// once.
-class NET_EXPORT SdchDictionaryFetcher
- : public SdchFetcher,
- public URLRequest::Delegate,
- public base::NonThreadSafe {
+class NET_EXPORT SdchDictionaryFetcher : public SdchFetcher,
+ public URLRequest::Delegate,
+ public base::NonThreadSafe {
public:
// The consumer must guarantee that |*consumer| and |*context| outlive
// this object.

Powered by Google App Engine
This is Rietveld 408576698