| Index: chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| index 5b6a7d13330b5a7b1190f15c743a9e91420216ce..c5e25f6bdaad2cfcc919287fb7d05e7a68b2311c 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
|
| @@ -33,7 +33,7 @@ namespace gdata {
|
|
|
| namespace {
|
|
|
| -const char kGDataRootDirectory[] = "drive";
|
| +const char kDriveRootDirectory[] = "drive";
|
| const char kFeedField[] = "feed";
|
|
|
| // Helper function that creates platform file on blocking IO thread pool.
|
|
|