Index: chrome/tools/profiles/generate_profile.cc |
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc |
index ab7bbdf2096a1ebad8b902ce6b08e68fc2cc6d28..6f53a85a58971739e5e3bfda0d87dbf286e9c9d4 100644 |
--- a/chrome/tools/profiles/generate_profile.cc |
+++ b/chrome/tools/profiles/generate_profile.cc |
@@ -270,8 +270,7 @@ int main(int argc, const char* argv[]) { |
file_util::FileEnumerator file_iterator( |
profile.GetPath(), false, |
jar (doing other things)
2012/08/06 18:27:02
nit: push line 272 onto the end of line 271.
Haruki Sato
2012/08/06 23:22:18
Done.
|
- static_cast<file_util::FileEnumerator::FileType>( |
- file_util::FileEnumerator::FILES)); |
+ file_util::FileEnumerator::FILES); |
FilePath path = file_iterator.Next(); |
while (!path.empty()) { |
FilePath dst_file = dst_dir.Append(path.BaseName()); |