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

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

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.cc
diff --git a/content/browser/chrome_blob_storage_context.cc b/content/browser/fileapi/chrome_blob_storage_context.cc
similarity index 96%
rename from content/browser/chrome_blob_storage_context.cc
rename to content/browser/fileapi/chrome_blob_storage_context.cc
index e244fe4a7f079eec4918cb058e20dabef90cab99..8b69b1edc6d18488260592fa87850963d7a867e2 100644
--- a/content/browser/chrome_blob_storage_context.cc
+++ b/content/browser/fileapi/chrome_blob_storage_context.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/chrome_blob_storage_context.h"
+#include "content/browser/fileapi/chrome_blob_storage_context.h"
#include "base/bind.h"
#include "content/public/browser/browser_context.h"

Powered by Google App Engine
This is Rietveld 408576698