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

Unified Diff: content/browser/fileapi/chrome_blob_storage_context.h

Issue 11269010: Move fileapi and dom_storage directories into the 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/fileapi/chrome_blob_storage_context.h
===================================================================
--- content/browser/fileapi/chrome_blob_storage_context.h (revision 163834)
+++ content/browser/fileapi/chrome_blob_storage_context.h (working copy)
@@ -11,14 +11,12 @@
#include "content/common/content_export.h"
#include "content/public/browser/browser_thread.h"
-namespace content {
-class BrowserContext;
-}
-
namespace webkit_blob {
class BlobStorageController;
}
+namespace content {
+class BrowserContext;
struct ChromeBlobStorageContextDeleter;
// A context class that keeps track of BlobStorageController used by the chrome.
@@ -35,7 +33,7 @@
ChromeBlobStorageContext();
static ChromeBlobStorageContext* GetFor(
- content::BrowserContext* browser_context);
+ BrowserContext* browser_context);
void InitializeOnIOThread();
@@ -63,4 +61,6 @@
}
};
+} // namespace content
+
#endif // CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_

Powered by Google App Engine
This is Rietveld 408576698