diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/drive_test_util.h')
-rw-r--r-- | chrome/browser/chromeos/drive/drive_test_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/drive/drive_test_util.h b/chrome/browser/chromeos/drive/drive_test_util.h index c1cd18a..716e4ae 100644 --- a/chrome/browser/chromeos/drive/drive_test_util.h +++ b/chrome/browser/chromeos/drive/drive_test_util.h @@ -17,7 +17,7 @@ namespace base { class Value; } -namespace gdata { +namespace drive { class DriveCacheEntry; class DriveEntryProto; @@ -105,6 +105,6 @@ void LoadChangeFeed(const std::string& relative_path, int64 root_feed_changestamp); } // namespace test_util -} // namespace gdata +} // namespace drive #endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_TEST_UTIL_H_ |