diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 00:20:19 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 00:20:19 +0000 |
commit | 5de63471b1d2b1532e28fb688e727dfc53e267d7 (patch) | |
tree | 1130dfc85ea1063fd858965ab382a9c3fe9e48d0 /chrome/browser/nacl_host | |
parent | ed59063c6b2e7aa113bbc19cc0cac6422799af57 (diff) | |
download | chromium_src-5de63471b1d2b1532e28fb688e727dfc53e267d7.zip chromium_src-5de63471b1d2b1532e28fb688e727dfc53e267d7.tar.gz chromium_src-5de63471b1d2b1532e28fb688e727dfc53e267d7.tar.bz2 |
Get rid of a bunch of includes to old locations of headers.
TBR=avi
Review URL: http://codereview.chromium.org/6602061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host')
-rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc index 138bb08..2064407 100644 --- a/chrome/browser/nacl_host/nacl_process_host.cc +++ b/chrome/browser/nacl_host/nacl_process_host.cc @@ -13,12 +13,12 @@ #include "base/command_line.h" #include "base/metrics/nacl_histogram.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/renderer_host/render_message_filter.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/logging_chrome.h" #include "chrome/common/nacl_cmd_line.h" #include "chrome/common/nacl_messages.h" #include "chrome/common/render_messages.h" +#include "content/browser/renderer_host/render_message_filter.h" #include "ipc/ipc_switches.h" #include "native_client/src/shared/imc/nacl_imc.h" |