| Index: chrome/tools/profiles/generate_profile.cc
|
| diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc
|
| index cdb21cd8f1d542e6a54130aab418f3b743bc4f84..751a8e7653878a86da210d1096aff6b978b8114d 100644
|
| --- a/chrome/tools/profiles/generate_profile.cc
|
| +++ b/chrome/tools/profiles/generate_profile.cc
|
| @@ -266,7 +266,7 @@ int main(int argc, const char* argv[]) {
|
|
|
| file_util::FileEnumerator file_iterator(
|
| profile.GetPath(), false,
|
| - static_cast<file_util::FileEnumerator::FILE_TYPE>(
|
| + static_cast<file_util::FileEnumerator::FileType>(
|
| file_util::FileEnumerator::FILES));
|
| FilePath path = file_iterator.Next();
|
| while (!path.empty()) {
|
|
|