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

Unified Diff: chrome/test/render_view_test.h

Issue 6390006: Create autofill subdirectory in chrome/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using order Created 9 years, 11 months 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 | « chrome/renderer/render_view_browsertest.cc ('k') | chrome/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/render_view_test.h
diff --git a/chrome/test/render_view_test.h b/chrome/test/render_view_test.h
index f523260fd3cc6843b0deac4379d08d7df18802b8..d88fdf181c56d696b728b60abd122718e5ce1ad6 100644
--- a/chrome/test/render_view_test.h
+++ b/chrome/test/render_view_test.h
@@ -21,9 +21,11 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
-class AutoFillHelper;
+namespace autofill {
+class AutoFillAgent;
+class PasswordAutoFillManager;
+}
class MockRenderProcess;
-class PasswordAutocompleteManager;
class RenderViewTest : public testing::Test {
public:
@@ -102,8 +104,8 @@ class RenderViewTest : public testing::Test {
scoped_ptr<CommandLine> command_line_;
scoped_ptr<SandboxInitWrapper> sandbox_init_wrapper_;
- PasswordAutocompleteManager* password_autocomplete_;
- AutoFillHelper* autofill_helper_;
+ autofill::PasswordAutoFillManager* password_autofill_;
+ autofill::AutoFillAgent* autofill_agent_;
};
#endif // CHROME_TEST_RENDER_VIEW_TEST_H_
« no previous file with comments | « chrome/renderer/render_view_browsertest.cc ('k') | chrome/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698