| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ |
| 6 #define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ | 6 #define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ |
| 7 | 7 |
| 8 #include "base/memory/scoped_ptr.h" | 8 #include "base/memory/scoped_ptr.h" |
| 9 #include "chrome/browser/chromeos/gdata/drive_resource_metadata.h" | 9 #include "chrome/browser/chromeos/gdata/drive_resource_metadata.h" |
| 10 #include "chrome/browser/chromeos/gdata/gdata_test_util.h" | |
| 11 #include "chrome/browser/google_apis/gdata_errorcode.h" | 10 #include "chrome/browser/google_apis/gdata_errorcode.h" |
| 11 #include "chrome/browser/google_apis/gdata_test_util.h" |
| 12 | 12 |
| 13 class FilePath; | 13 class FilePath; |
| 14 | 14 |
| 15 namespace base { | 15 namespace base { |
| 16 class Value; | 16 class Value; |
| 17 } | 17 } |
| 18 | 18 |
| 19 namespace gdata { | 19 namespace gdata { |
| 20 | 20 |
| 21 class DriveCacheEntry; | 21 class DriveCacheEntry; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 // under chrome/test/data/chromeos. | 95 // under chrome/test/data/chromeos. |
| 96 void LoadChangeFeed(const std::string& relative_path, | 96 void LoadChangeFeed(const std::string& relative_path, |
| 97 DriveFileSystem* file_system, | 97 DriveFileSystem* file_system, |
| 98 int64 start_changestamp, | 98 int64 start_changestamp, |
| 99 int64 root_feed_changestamp); | 99 int64 root_feed_changestamp); |
| 100 | 100 |
| 101 } // namespace test_util | 101 } // namespace test_util |
| 102 } // namespace gdata | 102 } // namespace gdata |
| 103 | 103 |
| 104 #endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ | 104 #endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_TEST_UTIL_H_ |
| OLD | NEW |