| Index: chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc
|
| index 325afd95539d8d4624e619db4b7e6c0b00c145ca..d4220bdbb481bf9e872be5fac70e22148b232d33 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/browser/chromeos/drive/file_system/remove_operation.h"
|
|
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
|
| #include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| +#include "components/drive/file_change.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "google_apis/drive/test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|