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

Unified Diff: public/platform/WebIDBKey.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/WebIDBDatabaseError.h ('k') | public/platform/WebIDBKeyPath.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBKey.h
diff --git a/public/platform/WebIDBKey.h b/public/platform/WebIDBKey.h
index 2c9a7a0719726a60ca08356a034e2ba896256e16..a26c81f2cd9453ad87558ae37f3cd9ff09b3bfed 100644
--- a/public/platform/WebIDBKey.h
+++ b/public/platform/WebIDBKey.h
@@ -33,7 +33,7 @@
#include "WebString.h"
#include "WebVector.h"
-namespace WebCore { class IDBKey; }
+namespace blink { class IDBKey; }
namespace blink {
@@ -77,13 +77,13 @@ public:
BLINK_EXPORT double number() const; // Only valid for NumberType.
#if BLINK_IMPLEMENTATION
- WebIDBKey(WebCore::IDBKey*);
- WebIDBKey& operator=(WebCore::IDBKey*);
- operator WebCore::IDBKey*() const;
+ WebIDBKey(blink::IDBKey*);
+ WebIDBKey& operator=(blink::IDBKey*);
+ operator blink::IDBKey*() const;
#endif
private:
- WebPrivatePtr<WebCore::IDBKey> m_private;
+ WebPrivatePtr<blink::IDBKey> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebIDBDatabaseError.h ('k') | public/platform/WebIDBKeyPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698