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

Unified Diff: public/platform/WebIDBKeyRange.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/WebIDBKeyPath.h ('k') | public/platform/WebIDBMetadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBKeyRange.h
diff --git a/public/platform/WebIDBKeyRange.h b/public/platform/WebIDBKeyRange.h
index 62fe27c9070ae18e91b762d2001c8bfdf78ab08d..e85be7c97c19251a1752161e62443adf2ba86124 100644
--- a/public/platform/WebIDBKeyRange.h
+++ b/public/platform/WebIDBKeyRange.h
@@ -29,7 +29,7 @@
#include "WebCommon.h"
#include "WebPrivatePtr.h"
-namespace WebCore { class IDBKeyRange; }
+namespace blink { class IDBKeyRange; }
namespace blink {
@@ -53,13 +53,13 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- WebIDBKeyRange(WebCore::IDBKeyRange*);
- WebIDBKeyRange& operator=(WebCore::IDBKeyRange*);
- operator WebCore::IDBKeyRange*() const;
+ WebIDBKeyRange(blink::IDBKeyRange*);
+ WebIDBKeyRange& operator=(blink::IDBKeyRange*);
+ operator blink::IDBKeyRange*() const;
#endif
private:
- WebPrivatePtr<WebCore::IDBKeyRange> m_private;
+ WebPrivatePtr<blink::IDBKeyRange> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebIDBKeyPath.h ('k') | public/platform/WebIDBMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698