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

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 60033008: Remove forwarding headers in public/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/core/platform/chromium/support/WebCursorInfo.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 049f25b1efca9f89b082d77f1d136141cdcbc983..3ce1fdc3c5042511c1e89ee1fde64d13365f6e5b 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -38,21 +38,16 @@
#include "WebApplicationCacheHost.h"
#include "WebConsoleMessage.h"
#include "WebContentSecurityPolicy.h"
-#include "WebCursorInfo.h"
#include "WebFontDescription.h"
#include "WebFormElement.h"
#include "WebGeolocationError.h"
#include "WebGeolocationPosition.h"
#include "WebIconURL.h"
#include "WebInputElement.h"
-#include "WebMediaPlayer.h"
-#include "WebMediaPlayerClient.h"
#include "WebNotificationPresenter.h"
#include "WebPageVisibilityState.h"
#include "WebSettings.h"
#include "WebSpeechRecognizerClient.h"
-#include "WebStorageQuotaError.h"
-#include "WebStorageQuotaType.h"
#include "WebTextAffinity.h"
#include "WebTextCheckingResult.h"
#include "WebTextCheckingType.h"
@@ -106,6 +101,7 @@
#include "platform/weborigin/ReferrerPolicy.h"
#include "public/platform/WebClipboard.h"
#include "public/platform/WebCompositingReasons.h"
+#include "public/platform/WebCursorInfo.h"
#include "public/platform/WebFileError.h"
#include "public/platform/WebFileInfo.h"
#include "public/platform/WebFileSystem.h"
@@ -117,12 +113,16 @@
#include "public/platform/WebIDBKeyPath.h"
#include "public/platform/WebIDBMetadata.h"
#include "public/platform/WebIDBTypes.h"
+#include "public/platform/WebMediaPlayer.h"
+#include "public/platform/WebMediaPlayerClient.h"
#include "public/platform/WebMediaSource.h"
#include "public/platform/WebMediaStreamSource.h"
#include "public/platform/WebRTCDataChannelHandlerClient.h"
#include "public/platform/WebRTCPeerConnectionHandlerClient.h"
#include "public/platform/WebReferrerPolicy.h"
#include "public/platform/WebScrollbar.h"
+#include "public/platform/WebStorageQuotaError.h"
+#include "public/platform/WebStorageQuotaType.h"
#include "public/platform/WebURLRequest.h"
#include "public/platform/WebURLResponse.h"
#include "public/web/WebNavigationPolicy.h"
« no previous file with comments | « Source/core/platform/chromium/support/WebCursorInfo.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698