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

Unified Diff: public/platform/WebIDBKeyRange.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 e71dd86e87e131cbc160cabf6640ce41e0934696..bc8f3f3f288e26df034504a7eef73c1f2e0ff1da 100644
--- a/public/platform/WebIDBKeyRange.h
+++ b/public/platform/WebIDBKeyRange.h
@@ -31,7 +31,7 @@
namespace WebCore { class IDBKeyRange; }
-namespace WebKit {
+namespace blink {
class WebIDBKey;
class WebString;
@@ -62,6 +62,6 @@ private:
WebPrivatePtr<WebCore::IDBKeyRange> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebIDBKeyRange_h
« 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