diff options
Diffstat (limited to 'chrome/common/app_cache/app_cache_dispatcher.h')
-rw-r--r-- | chrome/common/app_cache/app_cache_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/app_cache/app_cache_dispatcher.h b/chrome/common/app_cache/app_cache_dispatcher.h index c8baf28..3d4cbbd 100644 --- a/chrome/common/app_cache/app_cache_dispatcher.h +++ b/chrome/common/app_cache/app_cache_dispatcher.h @@ -6,7 +6,7 @@ #define CHROME_COMMON_APP_CACHE_APP_CACHE_DISPATCHER_H_ #include "base/basictypes.h" -#include "chrome/common/ipc_message.h" +#include "ipc/ipc_message.h" // Dispatches app cache related messages sent to a child process from the // main browser process. There is one instance per child process. Messages |