Index: chrome/browser/utility_process_host.cc |
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc |
index 0b33d907eb254d010d6bf2a21ea49408642e4b9e..d919b4c48eeccb44734d00a16efae7a52192a65c 100644 |
--- a/chrome/browser/utility_process_host.cc |
+++ b/chrome/browser/utility_process_host.cc |
@@ -18,7 +18,7 @@ |
#include "chrome/browser/sandbox_policy.h" |
#elif defined(OS_POSIX) |
#include "base/global_descriptors_posix.h" |
-#include "chrome/common/chrome_descriptors.h" |
+#include "ipc/ipc_descriptors.h" |
#endif |
UtilityProcessHost::UtilityProcessHost(ResourceDispatcherHost* rdh, |