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

Unified Diff: public/platform/WebIDBDatabaseError.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/platform/WebHTTPLoadInfo.h ('k') | public/platform/WebIDBKey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBDatabaseError.h
diff --git a/public/platform/WebIDBDatabaseError.h b/public/platform/WebIDBDatabaseError.h
index a50fcbdb6e81c1fe042789986339c4976dd7c373..cfe836faebe04c75ae1ee574f7dd143e9251d44a 100644
--- a/public/platform/WebIDBDatabaseError.h
+++ b/public/platform/WebIDBDatabaseError.h
@@ -33,7 +33,7 @@
#include "WebPrivatePtr.h"
#include "WebString.h"
-namespace WebCore { class DOMError; }
+namespace blink { class DOMError; }
namespace blink {
@@ -55,14 +55,14 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- operator PassRefPtrWillBeRawPtr<WebCore::DOMError>() const;
+ operator PassRefPtrWillBeRawPtr<blink::DOMError>() const;
#endif
private:
BLINK_EXPORT void assign(unsigned short code);
BLINK_EXPORT void assign(unsigned short code, const WebString& message);
- WebPrivatePtr<WebCore::DOMError> m_private;
+ WebPrivatePtr<blink::DOMError> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebHTTPLoadInfo.h ('k') | public/platform/WebIDBKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698