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

Unified Diff: Source/web/IndexedDBClientImpl.h

Issue 474183002: Cleanup namespace usage in Source/web/*.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/FindInPageCoordinates.h ('k') | Source/web/LinkHighlight.h » ('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 1c68828488f40edcfa4baeb316614ee2612455d2..050b494b60a035a32af2e4d5d8a998b2c55bc5ad 100644
--- a/Source/web/IndexedDBClientImpl.h
+++ b/Source/web/IndexedDBClientImpl.h
@@ -32,16 +32,14 @@
#include "modules/indexeddb/IndexedDBClient.h"
namespace blink {
-class ExecutionContext;
-}
-namespace blink {
+class ExecutionContext;
-class IndexedDBClientImpl FINAL : public blink::IndexedDBClient {
+class IndexedDBClientImpl FINAL : public IndexedDBClient {
public:
- static blink::IndexedDBClient* create();
+ static IndexedDBClient* create();
- virtual bool allowIndexedDB(blink::ExecutionContext*, const String& name) OVERRIDE;
+ virtual bool allowIndexedDB(ExecutionContext*, const String& name) OVERRIDE;
private:
IndexedDBClientImpl() { }
« no previous file with comments | « Source/web/FindInPageCoordinates.h ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698