| Index: chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| index 3f8baa1947b42a7f129f896d9a1b7e7fa80d1bb3..ad420a8fad42a4693df72578d30731a24172a5e2 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/chromeos/file_system_provider/operations/read_directory.h"
|
| +
|
| #include <string>
|
|
|
| #include "base/files/file.h"
|
| @@ -10,7 +12,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/file_system_provider/operations/read_directory.h"
|
| #include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
|
| #include "chrome/common/extensions/api/file_system_provider.h"
|
| #include "chrome/common/extensions/api/file_system_provider_internal.h"
|
|
|