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

Unified Diff: public/web/WebBlob.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/WebAXObject.h ('k') | public/web/WebCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebBlob.h
diff --git a/public/web/WebBlob.h b/public/web/WebBlob.h
index 3d0d829c98b10054a6c00f9155144cb72b7aae87..c571a8ff8e1673f14f7395f431a003c7eb9c723b 100644
--- a/public/web/WebBlob.h
+++ b/public/web/WebBlob.h
@@ -48,7 +48,7 @@ class Value;
template <class T> class Handle;
}
-namespace WebCore { class Blob; }
+namespace blink { class Blob; }
namespace blink {
@@ -77,12 +77,12 @@ public:
BLINK_EXPORT v8::Handle<v8::Value> toV8Value(v8::Handle<v8::Object> creationContext, v8::Isolate*);
#if BLINK_IMPLEMENTATION
- explicit WebBlob(const PassRefPtrWillBeRawPtr<WebCore::Blob>&);
- WebBlob& operator=(const PassRefPtrWillBeRawPtr<WebCore::Blob>&);
+ explicit WebBlob(const PassRefPtrWillBeRawPtr<blink::Blob>&);
+ WebBlob& operator=(const PassRefPtrWillBeRawPtr<blink::Blob>&);
#endif
protected:
- WebPrivatePtr<WebCore::Blob> m_private;
+ WebPrivatePtr<blink::Blob> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebAXObject.h ('k') | public/web/WebCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698