diff options
Diffstat (limited to 'content/public/browser/devtools_http_handler_delegate.h')
-rw-r--r-- | content/public/browser/devtools_http_handler_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/devtools_http_handler_delegate.h b/content/public/browser/devtools_http_handler_delegate.h index efc8cb9..2e3d2e2 100644 --- a/content/public/browser/devtools_http_handler_delegate.h +++ b/content/public/browser/devtools_http_handler_delegate.h @@ -33,7 +33,7 @@ class DevToolsHttpHandlerDelegate { virtual bool BundlesFrontendResources() = 0; // Returns path to the front-end files on the local filesystem for debugging. - virtual FilePath GetDebugFrontendDir() = 0; + virtual base::FilePath GetDebugFrontendDir() = 0; // Get a thumbnail for a given page. Returns non-empty string iff we have the // thumbnail. |