| Index: Source/core/page/Settings.cpp
|
| diff --git a/Source/core/page/Settings.cpp b/Source/core/page/Settings.cpp
|
| index b6871101ec73e74fc6518991758c61ba8b6ed19f..1e00a56ac6fc91d981aefd8e65959d8c80ef640c 100644
|
| --- a/Source/core/page/Settings.cpp
|
| +++ b/Source/core/page/Settings.cpp
|
| @@ -26,6 +26,7 @@
|
| #include "config.h"
|
| #include "Settings.h"
|
|
|
| +#include <limits>
|
| #include "BackForwardController.h"
|
| #include "CachedResourceLoader.h"
|
| #include "Database.h"
|
| @@ -37,9 +38,8 @@
|
| #include "HistoryItem.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "Page.h"
|
| -#include "ResourceHandle.h"
|
| #include "TextAutosizer.h"
|
| -#include <limits>
|
| +#include "core/platform/network/ResourceHandle.h"
|
|
|
| using namespace std;
|
|
|
|
|