summaryrefslogtreecommitdiffstats
path: root/content/browser/ppapi_plugin_process_host.h
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 21:20:54 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 21:20:54 +0000
commitfa20e0076dcbdb2d3977dc175639e1d737998bf0 (patch)
tree03c1b30f16e335a7cb7b6682a190f1e2a9f8b3ae /content/browser/ppapi_plugin_process_host.h
parent96a758ef6e609594e3d4bd017b148a90908a0672 (diff)
downloadchromium_src-fa20e0076dcbdb2d3977dc175639e1d737998bf0.zip
chromium_src-fa20e0076dcbdb2d3977dc175639e1d737998bf0.tar.gz
chromium_src-fa20e0076dcbdb2d3977dc175639e1d737998bf0.tar.bz2
Update include paths in content/browser for base/process changes.
BUG=242290 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/19495006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ppapi_plugin_process_host.h')
-rw-r--r--content/browser/ppapi_plugin_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
index f516b17..78d6bd6 100644
--- a/content/browser/ppapi_plugin_process_host.h
+++ b/content/browser/ppapi_plugin_process_host.h
@@ -12,7 +12,7 @@
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "base/process.h"
+#include "base/process/process.h"
#include "base/strings/string16.h"
#include "content/browser/renderer_host/pepper/browser_ppapi_host_impl.h"
#include "content/browser/renderer_host/pepper/pepper_message_filter.h"