Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7001)

Unified Diff: chrome/renderer/password_autocomplete_manager_unittest.cc

Issue 5374001: Move PasswordAutocompleteManagerTest tests out of anonymous namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/password_autocomplete_manager_unittest.cc
diff --git a/chrome/renderer/password_autocomplete_manager_unittest.cc b/chrome/renderer/password_autocomplete_manager_unittest.cc
index 153975787c007daacd1a18052ba81baa6ffe2bc7..2c104e95c8e89748e972c26d5ce97c801104e27c 100644
--- a/chrome/renderer/password_autocomplete_manager_unittest.cc
+++ b/chrome/renderer/password_autocomplete_manager_unittest.cc
@@ -49,6 +49,8 @@ const char* const kFormHTML =
" <INPUT type='submit' value='Login'/>"
"</FORM>";
+} // namespace
+
class PasswordAutocompleteManagerTest : public RenderViewTest {
public:
PasswordAutocompleteManagerTest() {
@@ -329,5 +331,3 @@ TEST_F(PasswordAutocompleteManagerTest, SuggestionSelect) {
// Autocomplete should have kicked in.
CheckTextFieldsState(kAliceUsername, true, kAlicePassword, true);
}
-
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698