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

Unified Diff: webkit/common/data_element.cc

Issue 17513002: Move DataElement into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « webkit/common/data_element.h ('k') | webkit/common/resource_request_body.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/data_element.cc
diff --git a/webkit/base/data_element.cc b/webkit/common/data_element.cc
similarity index 94%
rename from webkit/base/data_element.cc
rename to webkit/common/data_element.cc
index 7d27f0ee3cb40f2a4ed002e226a0889d84cbfef9..bb8d4943b81454f2ac9e42c967b82cdd2487ee4f 100644
--- a/webkit/base/data_element.cc
+++ b/webkit/common/data_element.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/base/data_element.h"
+#include "webkit/common/data_element.h"
-namespace webkit_base {
+namespace webkit_common {
DataElement::DataElement()
: type_(TYPE_UNKNOWN),
@@ -57,4 +57,4 @@ void DataElement::SetToFileSystemUrlRange(
expected_modification_time_ = expected_modification_time;
}
-} // webkit_base
+} // webkit_common
« no previous file with comments | « webkit/common/data_element.h ('k') | webkit/common/resource_request_body.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698