| Index: content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| diff --git a/content/browser/fileapi/local_file_stream_reader_unittest.cc b/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| index c9547ed770cab2960aa54507b21a1d152da60159..03bc01cdfb28faf38931e713589242b1d9e3bdb4 100644
|
| --- a/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| +++ b/content/browser/fileapi/local_file_stream_reader_unittest.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/browser/blob/local_file_stream_reader.h"
|
| +#include "storage/browser/blob/local_file_stream_reader.h"
|
|
|
| #include <string>
|
|
|
| @@ -18,7 +18,7 @@
|
| #include "net/base/test_completion_callback.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using webkit_blob::LocalFileStreamReader;
|
| +using storage::LocalFileStreamReader;
|
|
|
| namespace content {
|
|
|
|
|