| Index: webkit/support/test_webkit_client.cc
|
| diff --git a/webkit/support/test_webkit_client.cc b/webkit/support/test_webkit_client.cc
|
| index 895575e62c5bb6c87a74424e5a96c0203e0582e3..8f43e637479038c7290a57d93b65ea344681d0ec 100644
|
| --- a/webkit/support/test_webkit_client.cc
|
| +++ b/webkit/support/test_webkit_client.cc
|
| @@ -5,15 +5,15 @@
|
| #include "webkit/support/test_webkit_client.h"
|
|
|
| #include "base/file_util.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| -#include "base/path_service.h"
|
| #include "base/metrics/stats_counters.h"
|
| +#include "base/path_service.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "media/base/media.h"
|
| #include "net/base/cookie_monster.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/test/test_server.h"
|
| -#include "media/base/media.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h"
|
| @@ -21,8 +21,8 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h"
|
| @@ -31,6 +31,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h"
|
| +#include "v8/include/v8.h"
|
| #include "webkit/appcache/web_application_cache_host_impl.h"
|
| #include "webkit/database/vfs_backend.h"
|
| #include "webkit/extensions/v8/gc_extension.h"
|
| @@ -38,11 +39,11 @@
|
| #include "webkit/glue/webclipboard_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/webkitclient_impl.h"
|
| -#include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
|
| #include "webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
| +#include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
|
| #include "webkit/support/simple_database_system.h"
|
| -#include "webkit/support/weburl_loader_mock_factory.h"
|
| #include "webkit/support/webkit_support.h"
|
| +#include "webkit/support/weburl_loader_mock_factory.h"
|
| #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
|
| #include "webkit/tools/test_shell/simple_appcache_system.h"
|
| #include "webkit/tools/test_shell/simple_file_system.h"
|
| @@ -50,7 +51,6 @@
|
| #include "webkit/tools/test_shell/simple_webcookiejar_impl.h"
|
| #include "webkit/tools/test_shell/test_shell_request_context.h"
|
| #include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h"
|
| -#include "v8/include/v8.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/win/WebThemeEngine.h"
|
|
|