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

Unified Diff: public/platform/WebIDBKeyPath.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/WebIDBKey.h ('k') | public/platform/WebIDBKeyRange.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebIDBKeyPath.h
diff --git a/public/platform/WebIDBKeyPath.h b/public/platform/WebIDBKeyPath.h
index 94bb177a5efcea8db5f5c8315442d05636923249..a5d6ad758e5f525045a7c08f7be18a14bbb29127 100644
--- a/public/platform/WebIDBKeyPath.h
+++ b/public/platform/WebIDBKeyPath.h
@@ -32,7 +32,7 @@
#include "WebString.h"
#include "WebVector.h"
-namespace WebCore { class IDBKeyPath; }
+namespace blink { class IDBKeyPath; }
namespace blink {
@@ -59,13 +59,13 @@ public:
BLINK_EXPORT WebString string() const; // Only valid for StringType.
#if BLINK_IMPLEMENTATION
- WebIDBKeyPath(const WebCore::IDBKeyPath&);
- WebIDBKeyPath& operator=(const WebCore::IDBKeyPath&);
- operator const WebCore::IDBKeyPath&() const;
+ WebIDBKeyPath(const blink::IDBKeyPath&);
+ WebIDBKeyPath& operator=(const blink::IDBKeyPath&);
+ operator const blink::IDBKeyPath&() const;
#endif
private:
- WebPrivateOwnPtr<WebCore::IDBKeyPath> m_private;
+ WebPrivateOwnPtr<blink::IDBKeyPath> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebIDBKey.h ('k') | public/platform/WebIDBKeyRange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698