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

Unified Diff: content/browser/devtools/devtools_netlog_observer.h

Issue 298293010: Move resource_devtools_info from webkit/ to content/ (Closed) 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
« no previous file with comments | « no previous file | content/child/web_url_loader_impl.cc » ('j') | content/common/resource_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_netlog_observer.h
diff --git a/content/browser/devtools/devtools_netlog_observer.h b/content/browser/devtools/devtools_netlog_observer.h
index f5ef0882358c7c0fe743c716fd9ae7580e5aa8d3..f063a3d432c19cb7cc4741633f10163f18145def 100644
--- a/content/browser/devtools/devtools_netlog_observer.h
+++ b/content/browser/devtools/devtools_netlog_observer.h
@@ -7,8 +7,8 @@
#include "base/containers/hash_tables.h"
#include "base/memory/ref_counted.h"
+#include "content/public/common/resource_devtools_info.h"
#include "net/base/net_log.h"
-#include "webkit/common/resource_devtools_info.h"
namespace net {
class URLRequest;
@@ -25,7 +25,7 @@ struct ResourceResponse;
// IO Thread, it must also reside on the IO Thread. Only OnAddEntry can be
// called from other threads.
class DevToolsNetLogObserver : public net::NetLog::ThreadSafeObserver {
- typedef webkit_glue::ResourceDevToolsInfo ResourceInfo;
+ typedef ResourceDevToolsInfo ResourceInfo;
public:
// net::NetLog::ThreadSafeObserver implementation:
« no previous file with comments | « no previous file | content/child/web_url_loader_impl.cc » ('j') | content/common/resource_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698