| Index: Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp b/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
|
| index f844e504a8d49c9e8ce0f69822b29aa4f81f668c..9c52de5cee1e98e01078bc1ae612234332d91084 100644
|
| --- a/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
|
| @@ -24,7 +24,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Document.h"
|
| #include "FrameTestHelpers.h"
|
| #include "IDBBindingUtilities.h"
|
| #include "IDBKey.h"
|
| @@ -36,6 +35,7 @@
|
| #include "WebFrame.h"
|
| #include "WebFrameImpl.h"
|
| #include "WebView.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/page/Frame.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|