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

Unified Diff: content/browser/net/view_blob_internals_job_factory.h

Issue 11343013: Move content\browser\net 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/net/view_blob_internals_job_factory.h
===================================================================
--- content/browser/net/view_blob_internals_job_factory.h (revision 164642)
+++ content/browser/net/view_blob_internals_job_factory.h (working copy)
@@ -16,6 +16,8 @@
class GURL;
+namespace content {
+
class ViewBlobInternalsJobFactory {
public:
static bool IsSupportedURL(const GURL& url);
@@ -25,4 +27,6 @@
webkit_blob::BlobStorageController* blob_storage_controller);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_NET_VIEW_BLOB_INTERNALS_JOB_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698