| Index: chrome/browser/chromeos/drive/sync_client_unittest.cc
 | 
| diff --git a/chrome/browser/chromeos/drive/sync_client_unittest.cc b/chrome/browser/chromeos/drive/sync_client_unittest.cc
 | 
| index b0f516ea4fd68865915fdb8b697d723ad1641236..a92999b7b9b3fc9b84dea555d51c8b2b4e8967a9 100644
 | 
| --- a/chrome/browser/chromeos/drive/sync_client_unittest.cc
 | 
| +++ b/chrome/browser/chromeos/drive/sync_client_unittest.cc
 | 
| @@ -54,7 +54,7 @@ class SyncClientTestDriveService : public ::drive::FakeDriveService {
 | 
|        const std::string& resource_id,
 | 
|        const google_apis::DownloadActionCallback& download_action_callback,
 | 
|        const google_apis::GetContentCallback& get_content_callback,
 | 
| -      const google_apis::ProgressCallback& progress_callback) OVERRIDE {
 | 
| +      const google_apis::ProgressCallback& progress_callback) override {
 | 
|      ++download_file_count_;
 | 
|      if (resource_id == resource_id_to_be_cancelled_) {
 | 
|        base::MessageLoopProxy::current()->PostTask(
 | 
| @@ -100,7 +100,7 @@ class SyncClientTestDriveService : public ::drive::FakeDriveService {
 | 
|  
 | 
|  class SyncClientTest : public testing::Test {
 | 
|   public:
 | 
| -  virtual void SetUp() OVERRIDE {
 | 
| +  virtual void SetUp() override {
 | 
|      ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
 | 
|  
 | 
|      pref_service_.reset(new TestingPrefServiceSimple);
 | 
| 
 |