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

Unified Diff: Source/bindings/modules/v8/IDBBindingUtilities.h

Issue 498603003: Cleanup namespace usage in Source/binding and Source/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/bindings/core/v8/SerializedScriptValue.h ('k') | Source/web/FindInPageCoordinates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/IDBBindingUtilities.h
diff --git a/Source/bindings/modules/v8/IDBBindingUtilities.h b/Source/bindings/modules/v8/IDBBindingUtilities.h
index 0f193c6c2d75028f0f2c8b790fdbb2f4bcabd2ac..37e3bbe9a1ca63165dc8b3b663cf41930d47a15c 100644
--- a/Source/bindings/modules/v8/IDBBindingUtilities.h
+++ b/Source/bindings/modules/v8/IDBBindingUtilities.h
@@ -33,18 +33,13 @@
namespace blink {
-class WebBlobInfo;
-
-}
-
-namespace blink {
-
class IDBAny;
class IDBKey;
class IDBKeyPath;
class IDBKeyRange;
class SerializedScriptValue;
class SharedBuffer;
+class WebBlobInfo;
// Exposed for unit testing:
bool injectV8KeyIntoV8Value(v8::Isolate*, v8::Handle<v8::Value> key, v8::Handle<v8::Value>, const IDBKeyPath&);
« no previous file with comments | « Source/bindings/core/v8/SerializedScriptValue.h ('k') | Source/web/FindInPageCoordinates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698