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

Unified Diff: Source/web/IndexedDBClientImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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 | « Source/web/GraphicsLayerFactoryChromium.cpp ('k') | Source/web/IndexedDBClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/IndexedDBClientImpl.h
diff --git a/Source/web/IndexedDBClientImpl.h b/Source/web/IndexedDBClientImpl.h
index c376c2f804eff4ec0cfc653bc80c4c4cea14e7ea..1c68828488f40edcfa4baeb316614ee2612455d2 100644
--- a/Source/web/IndexedDBClientImpl.h
+++ b/Source/web/IndexedDBClientImpl.h
@@ -31,17 +31,17 @@
#include "modules/indexeddb/IndexedDBClient.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
}
namespace blink {
-class IndexedDBClientImpl FINAL : public WebCore::IndexedDBClient {
+class IndexedDBClientImpl FINAL : public blink::IndexedDBClient {
public:
- static WebCore::IndexedDBClient* create();
+ static blink::IndexedDBClient* create();
- virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
+ virtual bool allowIndexedDB(blink::ExecutionContext*, const String& name) OVERRIDE;
private:
IndexedDBClientImpl() { }
« no previous file with comments | « Source/web/GraphicsLayerFactoryChromium.cpp ('k') | Source/web/IndexedDBClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698