| Index: chrome/common/net/url_request_intercept_job.h
|
| diff --git a/chrome/common/net/url_request_intercept_job.h b/chrome/common/net/url_request_intercept_job.h
|
| index 9d2cc2fec1cbffb23227bd9e73d144328d5892ba..cc7312a007055e7b2119f4d97fdf8dcaf3b3db58 100644
|
| --- a/chrome/common/net/url_request_intercept_job.h
|
| +++ b/chrome/common/net/url_request_intercept_job.h
|
| @@ -10,10 +10,10 @@
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
| -#include "net/url_request/url_request_job.h"
|
| #include "chrome/common/chrome_plugin_api.h"
|
| #include "chrome/common/chrome_plugin_util.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| +#include "content/common/notification_registrar.h"
|
| +#include "net/url_request/url_request_job.h"
|
|
|
| namespace net {
|
| class URLRequest;
|
|
|