diff options
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r-- | chrome/browser/utility_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index eaa0771..28484e4 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -12,9 +12,9 @@ #include "base/basictypes.h" #include "base/ref_counted.h" #include "base/task.h" -#include "chrome/browser/browser_child_process_host.h" -#include "chrome/browser/browser_thread.h" #include "chrome/common/extensions/update_manifest.h" +#include "content/browser/browser_child_process_host.h" +#include "content/browser/browser_thread.h" class DictionaryValue; class IndexedDBKey; |