| Index: chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc b/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
|
| index 71186f52b17a72031d4fd0b3ba44f54469f146e1..7b0d611481732061fafaf6323efd2091a72e56b5 100644
|
| --- a/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc
|
| @@ -15,7 +15,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace drive {
|
| -namespace fileapi_internal {
|
| +namespace storage_internal {
|
| namespace {
|
|
|
| // Increments |num_called| for checking how many times the closure is called.
|
| @@ -262,5 +262,5 @@ TEST_F(FileApiWorkerTest, OpenFileForOpenRead) {
|
| EXPECT_TRUE(file_system.closed());
|
| }
|
|
|
| -} // namespace fileapi_internal
|
| +} // namespace storage_internal
|
| } // namespace drive
|
|
|