diff options
Diffstat (limited to 'webkit/common')
7 files changed, 10 insertions, 10 deletions
diff --git a/webkit/common/fileapi/file_system_types.h b/webkit/common/fileapi/file_system_types.h index b2d1f83..6872dc8 100644 --- a/webkit/common/fileapi/file_system_types.h +++ b/webkit/common/fileapi/file_system_types.h @@ -5,8 +5,8 @@ #ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_ #define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_ -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h" +#include "third_party/WebKit/public/platform/WebFileSystem.h" +#include "third_party/WebKit/public/platform/WebFileSystemType.h" namespace fileapi { diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h index 45859f9..9eb3c33 100644 --- a/webkit/common/fileapi/file_system_util.h +++ b/webkit/common/fileapi/file_system_util.h @@ -10,7 +10,7 @@ #include "base/files/file_path.h" #include "base/platform_file.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h" +#include "third_party/WebKit/public/platform/WebFileSystemType.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileError.h" #include "webkit/common/fileapi/file_system_types.h" #include "webkit/quota/quota_types.h" diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc index c1e9a20..c70503e 100644 --- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc +++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc @@ -4,7 +4,7 @@ #include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" #include "third_party/skia/include/gpu/GrContext.h" #include "third_party/skia/include/gpu/gl/GrGLInterface.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h index 6e2beef..de1ef9f 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h @@ -12,8 +12,8 @@ #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "gpu/command_buffer/client/gpu_memory_buffer.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "ui/gfx/native_widget_types.h" #include "webkit/common/gpu/webkit_gpu_export.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc index 3129947..782a750 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc @@ -15,7 +15,7 @@ #include "base/memory/scoped_ptr.h" #include "base/strings/string_split.h" #include "base/synchronization/lock.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "ui/gl/gl_bindings.h" #include "ui/gl/gl_bindings_skia_in_process.h" #include "ui/gl/gl_context.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h index a631c29..4a26265 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h @@ -11,8 +11,8 @@ #include "base/compiler_specific.h" #include "base/hash_tables.h" #include "base/memory/ref_counted.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "third_party/angle/include/GLSLANG/ShaderLang.h" #include "ui/gfx/native_widget_types.h" #include "webkit/common/gpu/webkit_gpu_export.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h index 8dc28e8..da52123 100644 --- a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3DProvider.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h" #include "webkit/common/gpu/webkit_gpu_export.h" namespace cc { class ContextProvider; } |