Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: content/browser/web_contents/debug_urls.h

Issue 11275062: Move content\browser\web_contents to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/web_contents/debug_urls.h
===================================================================
--- content/browser/web_contents/debug_urls.h (revision 164670)
+++ 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

Powered by Google App Engine
This is Rietveld 408576698