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

Unified Diff: net/base/sdch_observer.cc

Issue 706203003: Update from https://crrev.com/303153 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « net/base/sdch_observer.h ('k') | net/cert/cert_verify_proc_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_observer.cc
diff --git a/net/url_request/redirect_info.cc b/net/base/sdch_observer.cc
similarity index 55%
copy from net/url_request/redirect_info.cc
copy to net/base/sdch_observer.cc
index 16b517a994bba2f661260f6727b96ba5a2874c7f..9bf44addd6814da56a891c5efb325dca536ad6b2 100644
--- a/net/url_request/redirect_info.cc
+++ b/net/base/sdch_observer.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/url_request/redirect_info.h"
+#include "net/base/sdch_observer.h"
-namespace net {
-
-RedirectInfo::RedirectInfo() : status_code(-1) {}
+#include "base/logging.h"
+#include "net/base/sdch_manager.h"
-RedirectInfo::~RedirectInfo() {}
+namespace net {
-} // namespace net
+SdchObserver::~SdchObserver() {
+}
+}
« no previous file with comments | « net/base/sdch_observer.h ('k') | net/cert/cert_verify_proc_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698