diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 06:44:37 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 06:44:37 +0000 |
commit | 8bd0fe6f88b7f6f1cc8c7b7c4c2474669d8d6d60 (patch) | |
tree | 605e02a07a66e61c4fb1f645b2f87da200d56fd8 /chrome/browser/task_manager | |
parent | e65e8bac10ca2828444a5cffb8890fe065bc06fa (diff) | |
download | chromium_src-8bd0fe6f88b7f6f1cc8c7b7c4c2474669d8d6d60.zip chromium_src-8bd0fe6f88b7f6f1cc8c7b7c4c2474669d8d6d60.tar.gz chromium_src-8bd0fe6f88b7f6f1cc8c7b7c4c2474669d8d6d60.tar.bz2 |
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager')
-rw-r--r-- | chrome/browser/task_manager/task_manager.h | 2 | ||||
-rw-r--r-- | chrome/browser/task_manager/task_manager_resource_providers.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h index 7117092..7fd1ad8 100644 --- a/chrome/browser/task_manager/task_manager.h +++ b/chrome/browser/task_manager/task_manager.h @@ -22,7 +22,7 @@ #include "base/timer.h" #include "chrome/browser/renderer_host/web_cache_manager.h" #include "net/url_request/url_request_job_tracker.h" -#include "third_party/WebKit/WebKit/chromium/public/WebCache.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" class Extension; class SkBitmap; diff --git a/chrome/browser/task_manager/task_manager_resource_providers.h b/chrome/browser/task_manager/task_manager_resource_providers.h index b43a2d3..c1c0671 100644 --- a/chrome/browser/task_manager/task_manager_resource_providers.h +++ b/chrome/browser/task_manager/task_manager_resource_providers.h @@ -15,7 +15,7 @@ #include "chrome/common/child_process_info.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" -#include "third_party/WebKit/WebKit/chromium/public/WebCache.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" class BackgroundContents; class BalloonHost; |