| Index: components/drive/resource_metadata_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/resource_metadata_unittest.cc b/components/drive/resource_metadata_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/chromeos/drive/resource_metadata_unittest.cc
|
| rename to components/drive/resource_metadata_unittest.cc
|
| index e1c497c033fd2e6b3250ea4e6c0a192f4030315f..a7f542e818e9aca0d081cadcfd0e0a625a11bde1 100644
|
| --- a/chrome/browser/chromeos/drive/resource_metadata_unittest.cc
|
| +++ b/components/drive/resource_metadata_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/resource_metadata.h"
|
| +#include "components/drive/resource_metadata.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -12,11 +12,11 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/thread_task_runner_handle.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| -#include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
|
| -#include "chrome/browser/chromeos/drive/file_cache.h"
|
| -#include "chrome/browser/chromeos/drive/file_system_core_util.h"
|
| -#include "chrome/browser/chromeos/drive/test_util.h"
|
| +#include "components/drive/drive.pb.h"
|
| +#include "components/drive/fake_free_disk_space_getter.h"
|
| +#include "components/drive/file_cache.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| +#include "components/drive/test_util.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|