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

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: fix mac 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
« no previous file with comments | « no previous file | content/browser/web_contents/debug_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/browser/web_contents/debug_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698