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

Unified Diff: Source/modules/indexeddb/WebIDBCallbacksImpl.h

Issue 403013002: Rename WebCore to blink in Modules (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
Index: Source/modules/indexeddb/WebIDBCallbacksImpl.h
diff --git a/Source/modules/indexeddb/WebIDBCallbacksImpl.h b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
index 08ea840e393e1a450237e2e53ef8683ef81c8599..bb61912bcff5545e03c0ca2984c196c54cec58cb 100644
--- a/Source/modules/indexeddb/WebIDBCallbacksImpl.h
+++ b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
@@ -46,7 +46,7 @@ class WebIDBKeyPath;
struct WebIDBMetadata;
}
-namespace WebCore {
+namespace blink {
class IDBRequest;
class WebIDBCallbacksImpl FINAL : public blink::WebIDBCallbacks {
@@ -75,6 +75,6 @@ private:
Persistent<IDBRequest> m_request;
};
-} // namespace WebCore
+} // namespace blink
#endif // WebIDBCallbacksImpl_h
« no previous file with comments | « Source/modules/indexeddb/InspectorIndexedDBAgent.cpp ('k') | Source/modules/indexeddb/WebIDBCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698