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

Unified Diff: public/web/WebSerializedScriptValue.h

Issue 401973003: Rename WebCore namespace to blink in Public (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 | « public/web/WebSelectElement.h ('k') | public/web/WebSharedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSerializedScriptValue.h
diff --git a/public/web/WebSerializedScriptValue.h b/public/web/WebSerializedScriptValue.h
index b111ef0420dd904a1433b38afb661465b3457a08..68ecb8a02cc70571323d74567ef6165adee2cecc 100644
--- a/public/web/WebSerializedScriptValue.h
+++ b/public/web/WebSerializedScriptValue.h
@@ -34,7 +34,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebPrivatePtr.h"
-namespace WebCore { class SerializedScriptValue; }
+namespace blink { class SerializedScriptValue; }
namespace v8 {
class Value;
@@ -76,13 +76,13 @@ public:
BLINK_EXPORT v8::Handle<v8::Value> deserialize();
#if BLINK_IMPLEMENTATION
- WebSerializedScriptValue(const WTF::PassRefPtr<WebCore::SerializedScriptValue>&);
- WebSerializedScriptValue& operator=(const WTF::PassRefPtr<WebCore::SerializedScriptValue>&);
- operator WTF::PassRefPtr<WebCore::SerializedScriptValue>() const;
+ WebSerializedScriptValue(const WTF::PassRefPtr<blink::SerializedScriptValue>&);
+ WebSerializedScriptValue& operator=(const WTF::PassRefPtr<blink::SerializedScriptValue>&);
+ operator WTF::PassRefPtr<blink::SerializedScriptValue>() const;
#endif
private:
- WebPrivatePtr<WebCore::SerializedScriptValue> m_private;
+ WebPrivatePtr<blink::SerializedScriptValue> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebSelectElement.h ('k') | public/web/WebSharedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698