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

Unified Diff: Source/WebKit/chromium/src/AssertMatchingEnums.cpp

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... Created 7 years, 8 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 | « no previous file | Source/WebKit/chromium/src/AsyncFileWriterChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/AssertMatchingEnums.cpp
diff --git a/Source/WebKit/chromium/src/AssertMatchingEnums.cpp b/Source/WebKit/chromium/src/AssertMatchingEnums.cpp
index b1cb1380e110a40b9e39d0bec5237caad750471a..ea43674977a2ff22d8857e36e88855d62609456a 100644
--- a/Source/WebKit/chromium/src/AssertMatchingEnums.cpp
+++ b/Source/WebKit/chromium/src/AssertMatchingEnums.cpp
@@ -33,18 +33,8 @@
#include "config.h"
-#include "FileSystemType.h"
-#include "GeolocationError.h"
-#include "GeolocationPosition.h"
#include "HTMLFormElement.h"
#include "HTMLInputElement.h"
-#include "IDBCursor.h"
-#include "IDBDatabaseBackendInterface.h"
-#include "IDBDatabaseException.h"
-#include "IDBFactoryBackendInterfaceChromium.h"
-#include "IDBKey.h"
-#include "IDBKeyPath.h"
-#include "IDBMetadata.h"
#include "NotificationClient.h"
#include "SpeechRecognitionError.h"
#include "StorageQuota.h"
@@ -110,6 +100,16 @@
#include "core/platform/network/ResourceLoadPriority.h"
#include "core/platform/network/ResourceResponse.h"
#include "core/platform/text/TextChecking.h"
+#include "modules/filesystem/FileSystemType.h"
+#include "modules/geolocation/GeolocationError.h"
+#include "modules/geolocation/GeolocationPosition.h"
+#include "modules/indexeddb/IDBCursor.h"
+#include "modules/indexeddb/IDBDatabaseBackendInterface.h"
+#include "modules/indexeddb/IDBDatabaseException.h"
+#include "modules/indexeddb/IDBKey.h"
+#include "modules/indexeddb/IDBKeyPath.h"
+#include "modules/indexeddb/IDBMetadata.h"
+#include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h"
#include <public/WebClipboard.h>
#include <public/WebFileError.h>
#include <public/WebFileInfo.h>
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/AsyncFileWriterChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698