| Index: components/drive/file_system/set_property_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/set_property_operation_unittest.cc b/components/drive/file_system/set_property_operation_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/drive/file_system/set_property_operation_unittest.cc
|
| rename to components/drive/file_system/set_property_operation_unittest.cc
|
| index 99e4e792f095a6e91caa183ca8bfc607344623ab..093fbb2420767aafaf54f83ac77e015bb693601d 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/set_property_operation_unittest.cc
|
| +++ b/components/drive/file_system/set_property_operation_unittest.cc
|
| @@ -2,12 +2,12 @@
|
| // 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/set_property_operation.h"
|
| +#include "components/drive/file_system/set_property_operation.h"
|
|
|
| #include "base/files/file_path.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| -#include "chrome/browser/chromeos/drive/file_errors.h"
|
| -#include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
|
| +#include "components/drive/drive.pb.h"
|
| +#include "components/drive/file_errors.h"
|
| +#include "components/drive/file_system/operation_test_base.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "google_apis/drive/drive_api_requests.h"
|
| #include "google_apis/drive/test_util.h"
|
|
|