From 1633055f41870196bb13958dd67185378d15c2c6 Mon Sep 17 00:00:00 2001 From: pilgrim Date: Tue, 9 Sep 2014 18:32:22 -0700 Subject: Remove storage-related redirect headers in webkit/common/, update #includes and DEPS files to use storage/ directly BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/553983013 Cr-Commit-Position: refs/heads/master@{#294067} --- webkit/common/blob/blob_data.h | 5 ----- webkit/common/blob/scoped_file.h | 5 ----- webkit/common/blob/shareable_file_reference.h | 5 ----- webkit/common/data_element.h | 5 ----- webkit/common/database/database_connections.h | 5 ----- webkit/common/database/database_identifier.h | 5 ----- webkit/common/fileapi/directory_entry.h | 5 ----- webkit/common/fileapi/file_system_info.h | 5 ----- webkit/common/fileapi/file_system_mount_option.h | 5 ----- webkit/common/fileapi/file_system_types.h | 5 ----- webkit/common/fileapi/file_system_util.h | 5 ----- webkit/common/quota/quota_status_code.h | 5 ----- webkit/common/quota/quota_types.h | 5 ----- 13 files changed, 65 deletions(-) delete mode 100644 webkit/common/blob/blob_data.h delete mode 100644 webkit/common/blob/scoped_file.h delete mode 100644 webkit/common/blob/shareable_file_reference.h delete mode 100644 webkit/common/data_element.h delete mode 100644 webkit/common/database/database_connections.h delete mode 100644 webkit/common/database/database_identifier.h delete mode 100644 webkit/common/fileapi/directory_entry.h delete mode 100644 webkit/common/fileapi/file_system_info.h delete mode 100644 webkit/common/fileapi/file_system_mount_option.h delete mode 100644 webkit/common/fileapi/file_system_types.h delete mode 100644 webkit/common/fileapi/file_system_util.h delete mode 100644 webkit/common/quota/quota_status_code.h delete mode 100644 webkit/common/quota/quota_types.h (limited to 'webkit') diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h deleted file mode 100644 index 25d1fa2..0000000 --- a/webkit/common/blob/blob_data.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/blob/blob_data.h" diff --git a/webkit/common/blob/scoped_file.h b/webkit/common/blob/scoped_file.h deleted file mode 100644 index 027ab3b..0000000 --- a/webkit/common/blob/scoped_file.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/blob/scoped_file.h" diff --git a/webkit/common/blob/shareable_file_reference.h b/webkit/common/blob/shareable_file_reference.h deleted file mode 100644 index 5702067..0000000 --- a/webkit/common/blob/shareable_file_reference.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/blob/shareable_file_reference.h" diff --git a/webkit/common/data_element.h b/webkit/common/data_element.h deleted file mode 100644 index 88e0e75..0000000 --- a/webkit/common/data_element.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/data_element.h" diff --git a/webkit/common/database/database_connections.h b/webkit/common/database/database_connections.h deleted file mode 100644 index b847909..0000000 --- a/webkit/common/database/database_connections.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/database/database_connections.h" diff --git a/webkit/common/database/database_identifier.h b/webkit/common/database/database_identifier.h deleted file mode 100644 index 38e2777..0000000 --- a/webkit/common/database/database_identifier.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/database/database_identifier.h" diff --git a/webkit/common/fileapi/directory_entry.h b/webkit/common/fileapi/directory_entry.h deleted file mode 100644 index 536fe6f..0000000 --- a/webkit/common/fileapi/directory_entry.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/fileapi/directory_entry.h" diff --git a/webkit/common/fileapi/file_system_info.h b/webkit/common/fileapi/file_system_info.h deleted file mode 100644 index 5e20860..0000000 --- a/webkit/common/fileapi/file_system_info.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/fileapi/file_system_info.h" diff --git a/webkit/common/fileapi/file_system_mount_option.h b/webkit/common/fileapi/file_system_mount_option.h deleted file mode 100644 index fc7b325..0000000 --- a/webkit/common/fileapi/file_system_mount_option.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/fileapi/file_system_mount_option.h" diff --git a/webkit/common/fileapi/file_system_types.h b/webkit/common/fileapi/file_system_types.h deleted file mode 100644 index ff8e0fd..0000000 --- a/webkit/common/fileapi/file_system_types.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/fileapi/file_system_types.h" diff --git a/webkit/common/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h deleted file mode 100644 index c5c0efa..0000000 --- a/webkit/common/fileapi/file_system_util.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/fileapi/file_system_util.h" diff --git a/webkit/common/quota/quota_status_code.h b/webkit/common/quota/quota_status_code.h deleted file mode 100644 index b9e239d..0000000 --- a/webkit/common/quota/quota_status_code.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/quota/quota_status_code.h" diff --git a/webkit/common/quota/quota_types.h b/webkit/common/quota/quota_types.h deleted file mode 100644 index 36c9ba4..0000000 --- a/webkit/common/quota/quota_types.h +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2014 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "storage/common/quota/quota_types.h" -- cgit v1.1