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

Unified Diff: Source/platform/network/FormData.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/platform/network/DNS.cpp ('k') | Source/platform/network/FormData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/FormData.h
diff --git a/Source/platform/network/FormData.h b/Source/platform/network/FormData.h
index 0e0700d5f2e3232a8d3ce74daaf3cf52e1eccee0..5dfdcd455a8684e8927a569b0027b3ee42747690 100644
--- a/Source/platform/network/FormData.h
+++ b/Source/platform/network/FormData.h
@@ -31,7 +31,7 @@ namespace WTF{
class TextEncoding;
}
-namespace WebCore {
+namespace blink {
class BlobDataHandle;
@@ -161,6 +161,6 @@ inline bool operator!=(const FormData& a, const FormData& b)
return !(a == b);
}
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/network/DNS.cpp ('k') | Source/platform/network/FormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698