diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 14:24:58 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 14:24:58 +0000 |
commit | 9969f6fe432fabc4829b2478eee70f2aa8231235 (patch) | |
tree | 8bfe7315c631901d5c66b9ac77481b6b036980a2 /webkit | |
parent | c3c10f25a1e5eb1621c5deb3949be957613c020a (diff) | |
download | chromium_src-9969f6fe432fabc4829b2478eee70f2aa8231235.zip chromium_src-9969f6fe432fabc4829b2478eee70f2aa8231235.tar.gz chromium_src-9969f6fe432fabc4829b2478eee70f2aa8231235.tar.bz2 |
Update include paths in webkit for base/process changes.
BUG=242290
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/20009002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/browser/blob/blob_storage_controller.h | 2 | ||||
-rw-r--r-- | webkit/browser/database/vfs_backend.h | 2 | ||||
-rw-r--r-- | webkit/browser/fileapi/file_system_operation.h | 2 | ||||
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.cc | 2 | ||||
-rw-r--r-- | webkit/child/weburlloader_impl.cc | 1 | ||||
-rw-r--r-- | webkit/support/webkit_support.cc | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/webkit/browser/blob/blob_storage_controller.h b/webkit/browser/blob/blob_storage_controller.h index 1b69748..03dfb08 100644 --- a/webkit/browser/blob/blob_storage_controller.h +++ b/webkit/browser/blob/blob_storage_controller.h @@ -10,7 +10,7 @@ #include "base/containers/hash_tables.h" #include "base/memory/ref_counted.h" -#include "base/process.h" +#include "base/process/process.h" #include "webkit/browser/webkit_storage_browser_export.h" #include "webkit/common/blob/blob_data.h" diff --git a/webkit/browser/database/vfs_backend.h b/webkit/browser/database/vfs_backend.h index d81433c..6bc4e168 100644 --- a/webkit/browser/database/vfs_backend.h +++ b/webkit/browser/database/vfs_backend.h @@ -6,7 +6,7 @@ #define WEBKIT_BROWSER_DATABASE_VFS_BACKEND_H_ #include "base/platform_file.h" -#include "base/process.h" +#include "base/process/process.h" #include "base/strings/string16.h" #include "webkit/browser/webkit_storage_browser_export.h" diff --git a/webkit/browser/fileapi/file_system_operation.h b/webkit/browser/fileapi/file_system_operation.h index 0f6ef5b..a24c415 100644 --- a/webkit/browser/fileapi/file_system_operation.h +++ b/webkit/browser/fileapi/file_system_operation.h @@ -10,7 +10,7 @@ #include "base/callback.h" #include "base/files/file_path.h" #include "base/platform_file.h" -#include "base/process.h" +#include "base/process/process.h" #include "webkit/common/fileapi/directory_entry.h" namespace base { diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc index 31a355e0..e33938e 100644 --- a/webkit/child/webkitplatformsupport_impl.cc +++ b/webkit/child/webkitplatformsupport_impl.cc @@ -18,7 +18,7 @@ #include "base/metrics/sparse_histogram.h" #include "base/metrics/stats_counters.h" #include "base/platform_file.h" -#include "base/process_util.h" +#include "base/process/process_metrics.h" #include "base/rand_util.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" diff --git a/webkit/child/weburlloader_impl.cc b/webkit/child/weburlloader_impl.cc index 40b15ed..63ce778 100644 --- a/webkit/child/weburlloader_impl.cc +++ b/webkit/child/weburlloader_impl.cc @@ -10,7 +10,6 @@ #include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" -#include "base/process_util.h" #include "base/strings/string_util.h" #include "base/time/time.h" #include "net/base/data_url.h" diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc index bdb99f9..c584638 100644 --- a/webkit/support/webkit_support.cc +++ b/webkit/support/webkit_support.cc @@ -10,7 +10,7 @@ #include "base/logging.h" #include "base/message_loop/message_loop.h" #include "base/path_service.h" -#include "base/process_util.h" +#include "base/process/memory.h" #include "base/run_loop.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/WebKit/public/web/WebCache.h" |