Index: apps/shell/browser/shell_content_browser_client.cc |
diff --git a/apps/shell/browser/shell_content_browser_client.cc b/apps/shell/browser/shell_content_browser_client.cc |
index df747b3743e24bcff7c69a345e828a6f393aa3a1..aab0bf265833c4702f9a08b876c381154c13b59b 100644 |
--- a/apps/shell/browser/shell_content_browser_client.cc |
+++ b/apps/shell/browser/shell_content_browser_client.cc |
@@ -76,8 +76,8 @@ bool ShellContentBrowserClient::IsHandledURL(const GURL& url) { |
// content::ShellURLRequestContextGetter::GetURLRequestContext(). |
static const char* const kProtocolList[] = { |
chrome::kBlobScheme, |
- chrome::kChromeUIScheme, |
chrome::kChromeDevToolsScheme, |
+ content::kChromeUIScheme, |
content::kDataScheme, |
content::kFileScheme, |
content::kFileSystemScheme, |