Index: content/renderer/disambiguation_popup_helper.cc |
=================================================================== |
--- content/renderer/disambiguation_popup_helper.cc (revision 175088) |
+++ content/renderer/disambiguation_popup_helper.cc (working copy) |
@@ -32,7 +32,7 @@ |
float FindOptimalScaleFactor(const WebVector<WebRect>& target_rects) { |
using std::min; |
using std::max; |
- if (!target_rects.size()) // shall never reach |
+ if (!target_rects.size()) // shall never reach |
return kDisambiguationPopupMinScale; |
int smallest_target = min(target_rects[0].width, target_rects[0].height); |
for (size_t i = 1; i < target_rects.size(); i++) { |
@@ -81,7 +81,7 @@ |
top + bottom); |
} |
-} // unnamed namespace |
+} // namespace |
namespace content { |
@@ -103,4 +103,4 @@ |
return scale; |
} |
-} // namespace content |
+} // namespace content |