| Index: components/drive/local_file_reader_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/local_file_reader_unittest.cc b/components/drive/local_file_reader_unittest.cc
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/drive/local_file_reader_unittest.cc
|
| rename to components/drive/local_file_reader_unittest.cc
|
| index 8a429e1e3acb58c2509d9ee8830ff0176c34b302..e7790e734439e9c7c3fa8ec08846241764ee0372 100644
|
| --- a/chrome/browser/chromeos/drive/local_file_reader_unittest.cc
|
| +++ b/components/drive/local_file_reader_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/local_file_reader.h"
|
| +#include "components/drive/local_file_reader.h"
|
|
|
| #include <string>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/rand_util.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/chromeos/drive/drive_test_util.h"
|
| +#include "components/drive/drive_test_util.h"
|
| #include "google_apis/drive/test_util.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/test_completion_callback.h"
|
|
|