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

Unified Diff: net/url_request/url_request_context_getter.cc

Issue 2565873002: [translate] Add translate ranker model loader. (Closed)
Patch Set: comments from groby and fdoray Created 3 years, 10 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/url_request/url_request_context_getter.cc
diff --git a/net/url_request/url_request_context_getter.cc b/net/url_request/url_request_context_getter.cc
index 7163f48fd265ff79e286cbce224a5a4271c21d61..3a9ee2161711ed5a4a91aef9e56685c9bc0559f5 100644
--- a/net/url_request/url_request_context_getter.cc
+++ b/net/url_request/url_request_context_getter.cc
@@ -5,6 +5,7 @@
#include "net/url_request/url_request_context_getter.h"
#include "base/debug/leak_annotations.h"
+#include "base/debug/stack_trace.h"
asanka 2017/02/23 22:29:07 Unused
Roger McFarlane (Chromium) 2017/02/24 02:49:53 oops. remnants of debugging. Done.
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "net/url_request/url_request_context.h"

Powered by Google App Engine
This is Rietveld 408576698