| Index: content/browser/web_contents/debug_urls.h
|
| ===================================================================
|
| --- content/browser/web_contents/debug_urls.h (revision 164713)
|
| +++ content/browser/web_contents/debug_urls.h (working copy)
|
| @@ -13,7 +13,7 @@
|
|
|
| // Checks if the given url is a url used for debugging purposes, and if so
|
| // handles it and returns true.
|
| -bool HandleDebugURL(const GURL& url, content::PageTransition transition);
|
| +bool HandleDebugURL(const GURL& url, PageTransition transition);
|
|
|
| } // namespace content
|
|
|
|
|