| Index: content/shell/shell_devtools_delegate.cc
|
| diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc
|
| index fbf6e5c6afda7f9cc3235dabde6ca1d2e463f111..c428535eab8461a07cfcde71534b5b15ceb9ea6a 100644
|
| --- a/content/shell/shell_devtools_delegate.cc
|
| +++ b/content/shell/shell_devtools_delegate.cc
|
| @@ -56,8 +56,8 @@ bool ShellDevToolsDelegate::BundlesFrontendResources() {
|
| return true;
|
| }
|
|
|
| -FilePath ShellDevToolsDelegate::GetDebugFrontendDir() {
|
| - return FilePath();
|
| +base::FilePath ShellDevToolsDelegate::GetDebugFrontendDir() {
|
| + return base::FilePath();
|
| }
|
|
|
| std::string ShellDevToolsDelegate::GetPageThumbnailData(const GURL& url) {
|
|
|