Index: chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
diff --git a/chrome/browser/ui/sync/sync_promo_ui_unittest.cc b/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
index 15673d6100fd1bd4e914f3185af61730ce6ed5a5..e19b22c555fc7e767cf4fe4db7a97f3a6d9e96fc 100644 |
--- a/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
+++ b/chrome/browser/ui/sync/sync_promo_ui_unittest.cc |
@@ -29,7 +29,8 @@ class SyncPromoUITest : public testing::Test { |
protected: |
void DisableSync() { |
- CommandLine::ForCurrentProcess()->AppendSwitch(switches::kDisableSync); |
+ base::CommandLine::ForCurrentProcess()->AppendSwitch( |
+ switches::kDisableSync); |
} |
scoped_ptr<TestingProfile> profile_; |