summaryrefslogtreecommitdiffstats
path: root/content/shell
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-01 16:05:45 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-01 16:05:45 +0000
commit09ce873228b2e5dbc995ea58c21a2b3cab8bad66 (patch)
tree4203b0f4e4bee0b7232d923c51bbf910d7e2a9bb /content/shell
parent05c9d4aae1662a37bf5fe572c2847cdb3e8b3edc (diff)
downloadchromium_src-09ce873228b2e5dbc995ea58c21a2b3cab8bad66.zip
chromium_src-09ce873228b2e5dbc995ea58c21a2b3cab8bad66.tar.gz
chromium_src-09ce873228b2e5dbc995ea58c21a2b3cab8bad66.tar.bz2
DevTools: rollback r136953, make server socket blocking again.
BUG=125191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r--content/shell/shell_devtools_delegate_android.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/shell_devtools_delegate_android.cc b/content/shell/shell_devtools_delegate_android.cc
index 7584c68..59098f9 100644
--- a/content/shell/shell_devtools_delegate_android.cc
+++ b/content/shell/shell_devtools_delegate_android.cc
@@ -4,6 +4,7 @@
#include "content/shell/shell_devtools_delegate.h"
+#include "base/bind.h"
#include "base/stringprintf.h"
#include "content/public/browser/android/devtools_auth.h"
#include "content/public/browser/devtools_http_handler.h"