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

Unified Diff: public/platform/WebIDBDatabaseError.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/WebIDBDatabaseCallbacks.h ('k') | public/platform/WebIDBDatabaseException.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 9919b20c7c88d23f9d236695ca0542beec24ad62..d614e18a5d0eb374e436869a1535bc68d4a27d8a 100644
--- a/public/platform/WebIDBDatabaseError.h
+++ b/public/platform/WebIDBDatabaseError.h
@@ -35,7 +35,7 @@
namespace WebCore { class DOMError; }
-namespace WebKit {
+namespace blink {
// See comment in WebIDBFactory for a high level overview these classes.
class WebIDBDatabaseError {
@@ -65,6 +65,6 @@ private:
WebPrivatePtr<WebCore::DOMError> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebIDBDatabaseError_h
« no previous file with comments | « public/platform/WebIDBDatabaseCallbacks.h ('k') | public/platform/WebIDBDatabaseException.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698