Index: chrome/browser/chromeos/drive/drive_sync_client.h |
diff --git a/chrome/browser/chromeos/drive/drive_sync_client.h b/chrome/browser/chromeos/drive/drive_sync_client.h |
index ff8aa8269b60076b14d7a3ad5af83b40a1f807c2..25477f11b3af679feb6d254d041928c7ffa32e61 100644 |
--- a/chrome/browser/chromeos/drive/drive_sync_client.h |
+++ b/chrome/browser/chromeos/drive/drive_sync_client.h |
@@ -22,7 +22,7 @@ |
class Profile; |
class PrefChangeRegistrar; |
-namespace gdata { |
+namespace drive { |
class DriveEntryProto; |
class DriveFileSystemInterface; |
@@ -208,6 +208,6 @@ class DriveSyncClient |
DISALLOW_COPY_AND_ASSIGN(DriveSyncClient); |
}; |
-} // namespace gdata |
+} // namespace drive |
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_SYNC_CLIENT_H_ |