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

Unified Diff: chrome/browser/sync/sync_setup_flow.h

Issue 2658003: [GTTF] Use FRIEND_TEST_ALL_PREFIXES in chrome/browser/sync (Closed)
Patch Set: Created 10 years, 7 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/browser/sync/profile_sync_service.h ('k') | chrome/browser/sync/syncable/directory_backing_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_setup_flow.h
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
index 9aa4379081613bccb24356986a848db2703478e3..b7dfe24cc301bffcc69cc855931234d6c7f756bc 100644
--- a/chrome/browser/sync/sync_setup_flow.h
+++ b/chrome/browser/sync/sync_setup_flow.h
@@ -9,6 +9,7 @@
#include <vector>
#include "app/l10n_util.h"
+#include "base/gtest_prod_util.h"
#include "base/time.h"
#include "chrome/browser/dom_ui/html_dialog_ui.h"
#include "chrome/browser/sync/profile_sync_service.h"
@@ -22,7 +23,6 @@
#endif
#include "gfx/native_widget_types.h"
#include "grit/generated_resources.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
class FlowHandler;
class SyncSetupFlowContainer;
@@ -128,12 +128,12 @@ class SyncSetupFlow : public HtmlDialogUIDelegate {
}
private:
- FRIEND_TEST(SyncSetupWizardTest, InitialStepLogin);
- FRIEND_TEST(SyncSetupWizardTest, InitialStepMergeAndSync);
- FRIEND_TEST(SyncSetupWizardTest, DialogCancelled);
- FRIEND_TEST(SyncSetupWizardTest, InvalidTransitions);
- FRIEND_TEST(SyncSetupWizardTest, FullSuccessfulRunSetsPref);
- FRIEND_TEST(SyncSetupWizardTest, DiscreteRun);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepLogin);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepMergeAndSync);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, DialogCancelled);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InvalidTransitions);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, FullSuccessfulRunSetsPref);
+ FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, DiscreteRun);
// Use static Run method to get an instance.
SyncSetupFlow(SyncSetupWizard::State start_state,
« no previous file with comments | « chrome/browser/sync/profile_sync_service.h ('k') | chrome/browser/sync/syncable/directory_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698