| Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| index 875d6071ef2e788b0d37fc513d62e69e9b4d5346..1131090ea25d97cb7312907e8dc1e81c97850ad4 100644
|
| --- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| +++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "base/threading/worker_pool.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_file_system.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_file_system.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_system_service.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
|
| @@ -88,7 +88,7 @@ class BackgroundObserver {
|
| };
|
|
|
| // TODO(tbarzic): We should probably share GetTestFilePath and LoadJSONFile
|
| -// with gdata_file_system_unittest.
|
| +// with drive_file_system_unittest.
|
| // Generates file path in gdata test directory for a file with name |filename|.
|
| FilePath GetTestFilePath(const FilePath::StringType& filename) {
|
| FilePath path;
|
|
|