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

Unified Diff: storage/common/blob/blob_data.cc

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: storage/ no longer depends on webkit/ Created 6 years, 3 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: storage/common/blob/blob_data.cc
diff --git a/webkit/common/blob/blob_data.cc b/storage/common/blob/blob_data.cc
similarity index 97%
rename from webkit/common/blob/blob_data.cc
rename to storage/common/blob/blob_data.cc
index 4718c74ecb483a5a1508c831551c3303ffc6501e..23f73e3f0ffcb4c26fc38be3588528e245128886 100644
--- a/webkit/common/blob/blob_data.cc
+++ b/storage/common/blob/blob_data.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 "webkit/common/blob/blob_data.h"
+#include "storage/common/blob/blob_data.h"
#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698