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

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

Issue 9558006: Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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
diff --git a/content/browser/chrome_blob_storage_context.h b/content/browser/fileapi/chrome_blob_storage_context.h
similarity index 89%
rename from content/browser/chrome_blob_storage_context.h
rename to content/browser/fileapi/chrome_blob_storage_context.h
index 0b5c8208a8790c6f32e9176af32219f34c43093e..313ea90bb296b3e158681f9c096b712758b04c73 100644
--- a/content/browser/chrome_blob_storage_context.h
+++ b/content/browser/fileapi/chrome_blob_storage_context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
-#define CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
+#ifndef CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
+#define CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_
#pragma once
#include "base/memory/ref_counted.h"
@@ -59,4 +59,4 @@ struct ChromeBlobStorageContextDeleter {
}
};
-#endif // CONTENT_BROWSER_CHROME_BLOB_STORAGE_CONTEXT_H_
+#endif // CONTENT_BROWSER_FILEAPI_CHROME_BLOB_STORAGE_CONTEXT_H_

Powered by Google App Engine
This is Rietveld 408576698