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

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ilya review Created 8 years 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
Index: chrome/browser/autofill/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index 111d2cb5af4e2a85de9ce8cd3f95aa46002426e1..6c03030a40b5615486b0f8866403b31cfa1db9c0 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -51,6 +51,7 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/rect.h"
+typedef PersonalDataManager::GUIDPair GUIDPair;
using content::BrowserThread;
using content::WebContents;
using testing::_;
@@ -607,8 +608,6 @@ class TestAutofillManager : public AutofillManager {
class AutofillManagerTest : public ChromeRenderViewHostTestHarness {
public:
- typedef AutofillManager::GUIDPair GUIDPair;
-
AutofillManagerTest()
: ChromeRenderViewHostTestHarness(),
ui_thread_(BrowserThread::UI, &message_loop_),

Powered by Google App Engine
This is Rietveld 408576698