| Index: chrome/common/media_galleries/picasa_test_util.h
|
| diff --git a/chrome/common/media_galleries/picasa_test_util.h b/chrome/common/media_galleries/picasa_test_util.h
|
| index 616f2bfb801cb4a1e6af51a4e4b4ed4adb31d3d9..480b081c664356ff21e4d8c811736cb2fdea956d 100644
|
| --- a/chrome/common/media_galleries/picasa_test_util.h
|
| +++ b/chrome/common/media_galleries/picasa_test_util.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_
|
| #define CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -17,7 +18,7 @@ class FilePath;
|
| namespace picasa {
|
|
|
| void WriteAlbumTable(const base::FilePath& column_file_destination,
|
| - const std::vector<uint32>& category_vector,
|
| + const std::vector<uint32_t>& category_vector,
|
| const std::vector<double>& date_vector,
|
| const std::vector<std::string>& filename_vector,
|
| const std::vector<std::string>& name_vector,
|
|
|