| Index: components/drive/file_system/move_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc b/components/drive/file_system/move_operation_unittest.cc
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc
|
| rename to components/drive/file_system/move_operation_unittest.cc
|
| index 7f4f543616d526c59b7a3f887ce45a0650e9e366..4f097b3e90fbaa21e10ed7881bb5b87e90f413f8 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/move_operation_unittest.cc
|
| +++ b/components/drive/file_system/move_operation_unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/drive/file_system/move_operation.h"
|
| +#include "components/drive/file_system/move_operation.h"
|
|
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| -#include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
|
| +#include "components/drive/file_change.h"
|
| +#include "components/drive/file_system/operation_test_base.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "google_apis/drive/test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|