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

Unified Diff: Source/bindings/core/v8/V8MutationCallback.h

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/V8LazyEventListener.cpp ('k') | Source/bindings/core/v8/V8MutationCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8MutationCallback.h
diff --git a/Source/bindings/v8/V8MutationCallback.h b/Source/bindings/core/v8/V8MutationCallback.h
similarity index 94%
rename from Source/bindings/v8/V8MutationCallback.h
rename to Source/bindings/core/v8/V8MutationCallback.h
index fc5589a629b714e556fcb853ad8b5d932ad87304..96c28596a611a6eae5151879025489aa8e0c0413 100644
--- a/Source/bindings/v8/V8MutationCallback.h
+++ b/Source/bindings/core/v8/V8MutationCallback.h
@@ -26,9 +26,9 @@
#ifndef V8MutationCallback_h
#define V8MutationCallback_h
-#include "bindings/v8/ActiveDOMCallback.h"
-#include "bindings/v8/ScopedPersistent.h"
-#include "bindings/v8/ScriptState.h"
+#include "bindings/core/v8/ActiveDOMCallback.h"
+#include "bindings/core/v8/ScopedPersistent.h"
+#include "bindings/core/v8/ScriptState.h"
#include "core/dom/MutationCallback.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/bindings/core/v8/V8LazyEventListener.cpp ('k') | Source/bindings/core/v8/V8MutationCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698