| Index: chrome/browser/chromeos/drive/drive_scheduler.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_scheduler.cc b/chrome/browser/chromeos/drive/drive_scheduler.cc
|
| index 0116ef6c9d02244440843cb55704320404dcf84c..1ab83e78d564ce6fac83b8879ebc9a9d3f8ea592 100644
|
| --- a/chrome/browser/chromeos/drive/drive_scheduler.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_scheduler.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| using content::BrowserThread;
|
|
|
| -namespace gdata {
|
| +namespace drive {
|
|
|
| namespace {
|
| const int kMaxThrottleCount = 5;
|
| @@ -233,4 +233,4 @@ void DriveScheduler::OnConnectionTypeChanged(
|
| StartJobLoop();
|
| }
|
|
|
| -} // namespace gdata
|
| +} // namespace drive
|
|
|