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

Unified Diff: storage/browser/blob/scoped_file.cc

Issue 810403004: [Storage] Blob Storage Refactoring pt 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 years, 11 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/browser/blob/scoped_file.cc
diff --git a/storage/common/blob/scoped_file.cc b/storage/browser/blob/scoped_file.cc
similarity index 98%
rename from storage/common/blob/scoped_file.cc
rename to storage/browser/blob/scoped_file.cc
index b54444948c1da6ba479eeaec9fe6bace3ea9e4ed..cdf4cb88550f61d1166b6bb50b39b4dded597504 100644
--- a/storage/common/blob/scoped_file.cc
+++ b/storage/browser/blob/scoped_file.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 "storage/common/blob/scoped_file.h"
+#include "storage/browser/blob/scoped_file.h"
#include "base/bind.h"
#include "base/callback.h"

Powered by Google App Engine
This is Rietveld 408576698