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

Unified Diff: content/public/common/resource_devtools_info.cc

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
Index: content/public/common/resource_devtools_info.cc
diff --git a/webkit/common/resource_devtools_info.cc b/content/public/common/resource_devtools_info.cc
similarity index 74%
rename from webkit/common/resource_devtools_info.cc
rename to content/public/common/resource_devtools_info.cc
index 0cd07d842bfce47650119c41b461f988639e8bc5..2c98855f98b1265909f087e6aef02a2a6049e815 100644
--- a/webkit/common/resource_devtools_info.cc
+++ b/content/public/common/resource_devtools_info.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/common/resource_devtools_info.h"
+#include "content/public/common/resource_devtools_info.h"
-namespace webkit_glue {
+namespace content {
ResourceDevToolsInfo::ResourceDevToolsInfo()
: http_status_code(0) {
@@ -13,4 +13,4 @@ ResourceDevToolsInfo::ResourceDevToolsInfo()
ResourceDevToolsInfo::~ResourceDevToolsInfo() {
}
-} // namespace webkit_glue
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698