summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:49:46 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:49:46 +0000
commitf090f5816a183e7e606e1a0010035c8d94b19ddf (patch)
treef38a369761653f58d848a794b5e545cca1bd051a /remoting/base
parent01c6728ee0ec7ef4b36fc1fd388da4fa74036dad (diff)
downloadchromium_src-f090f5816a183e7e606e1a0010035c8d94b19ddf.zip
chromium_src-f090f5816a183e7e606e1a0010035c8d94b19ddf.tar.gz
chromium_src-f090f5816a183e7e606e1a0010035c8d94b19ddf.tar.bz2
Update include paths in remoting for base/process changes.
BUG=242290 R=alexeypa@chromium.org Review URL: https://codereview.chromium.org/19653007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/breakpad_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc
index 7c6af9a..2503078 100644
--- a/remoting/base/breakpad_win.cc
+++ b/remoting/base/breakpad_win.cc
@@ -20,7 +20,7 @@
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "base/process_util.h"
+#include "base/process/memory.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/wrapped_window_proc.h"
#include "breakpad/src/client/windows/handler/exception_handler.h"