| Index: chrome/service/service_process.cc
|
| ===================================================================
|
| --- chrome/service/service_process.cc (revision 87381)
|
| +++ chrome/service/service_process.cc (working copy)
|
| @@ -19,13 +19,13 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/env_vars.h"
|
| -#include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/service_process_util.h"
|
| #include "chrome/service/cloud_print/cloud_print_proxy.h"
|
| #include "chrome/service/net/service_url_request_context.h"
|
| #include "chrome/service/service_ipc_server.h"
|
| #include "chrome/service/service_process_prefs.h"
|
| +#include "content/common/url_fetcher.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|