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

Unified Diff: Source/bindings/v8/Dictionary.cpp

Issue 306673002: Qualify include paths in bindings/v8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GC path Created 6 years, 7 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/v8/DOMWrapperWorld.cpp ('k') | Source/bindings/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/Dictionary.cpp
diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp
index 216caeac382cab0bfe32e580e57f3cfc5840a1fd..55bb17c1ff031e1137096822727c5575b27a5d70 100644
--- a/Source/bindings/v8/Dictionary.cpp
+++ b/Source/bindings/v8/Dictionary.cpp
@@ -26,39 +26,37 @@
#include "config.h"
#include "bindings/v8/Dictionary.h"
-#include "V8DOMError.h"
-#include "V8EventTarget.h"
-#include "V8Gamepad.h"
-#include "V8HeaderMap.h"
-#include "V8IDBKeyRange.h"
-#include "V8MIDIPort.h"
-#include "V8MediaKeyError.h"
-#include "V8MessagePort.h"
-#include "V8SpeechRecognitionError.h"
-#include "V8SpeechRecognitionResult.h"
-#include "V8SpeechRecognitionResultList.h"
-#include "V8Storage.h"
-#include "V8VoidCallback.h"
-#include "V8Window.h"
+#include "bindings/core/v8/V8DOMError.h"
+#include "bindings/core/v8/V8EventTarget.h"
+#include "bindings/core/v8/V8MediaKeyError.h"
+#include "bindings/core/v8/V8MessagePort.h"
+#include "bindings/core/v8/V8Storage.h"
+#include "bindings/core/v8/V8TextTrack.h"
+#include "bindings/core/v8/V8VoidCallback.h"
+#include "bindings/core/v8/V8Window.h"
+#include "bindings/modules/v8/V8Gamepad.h"
+#include "bindings/modules/v8/V8HeaderMap.h"
+#include "bindings/modules/v8/V8IDBKeyRange.h"
+#include "bindings/modules/v8/V8MIDIPort.h"
+#include "bindings/modules/v8/V8MediaStream.h"
+#include "bindings/modules/v8/V8SpeechRecognitionError.h"
+#include "bindings/modules/v8/V8SpeechRecognitionResult.h"
+#include "bindings/modules/v8/V8SpeechRecognitionResultList.h"
#include "bindings/v8/ArrayValue.h"
#include "bindings/v8/ExceptionMessages.h"
#include "bindings/v8/ExceptionState.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
+#include "core/html/track/TrackBase.h"
#include "modules/gamepad/Gamepad.h"
#include "modules/indexeddb/IDBKeyRange.h"
+#include "modules/mediastream/MediaStream.h"
#include "modules/speech/SpeechRecognitionError.h"
#include "modules/speech/SpeechRecognitionResult.h"
#include "modules/speech/SpeechRecognitionResultList.h"
#include "wtf/MathExtras.h"
-#include "V8TextTrack.h"
-#include "core/html/track/TrackBase.h"
-
-#include "V8MediaStream.h"
-#include "modules/mediastream/MediaStream.h"
-
namespace WebCore {
Dictionary::Dictionary()
« no previous file with comments | « Source/bindings/v8/DOMWrapperWorld.cpp ('k') | Source/bindings/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698