| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| index 9438adf00830cf4b12dfb87839e3570d67eb91f2..30e97ee4862f3b0ad19ded429db1ef193d653452 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_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/fileapi/provider_async_file_util.h"
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -12,7 +14,6 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/run_loop.h"
|
| #include "chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h"
|
| -#include "chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h"
|
| #include "chrome/browser/chromeos/file_system_provider/service.h"
|
| #include "chrome/browser/chromeos/file_system_provider/service_factory.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
|
|