Index: chrome/common/service_process_util.h |
diff --git a/chrome/common/service_process_util.h b/chrome/common/service_process_util.h |
index f9defa5eaaffe5d8cf8e847a69186a0e21e52643..427bfcd50bbf963aadc6b249edf3003b2f9e62a8 100644 |
--- a/chrome/common/service_process_util.h |
+++ b/chrome/common/service_process_util.h |
@@ -8,7 +8,7 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "base/callback.h" |
+#include "base/callback_forward.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/process.h" |
#include "base/shared_memory.h" |
@@ -17,7 +17,7 @@ |
class CommandLine; |
namespace base { |
- class MessageLoopProxy; |
+class MessageLoopProxy; |
} |
// Return the IPC channel to connect to the service process. |