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

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 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/chromeos/ui/idle_app_name_notification_view_unittest.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
index 2f2481e04b600db08489a172114f8cc0da694962..bc53a2f9b11772e7ae2a50ca303e94f67bf3d1ca 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
@@ -32,8 +32,8 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
virtual void SetUp() override {
// Add the application switch.
- CommandLine::ForCurrentProcess()->AppendSwitchASCII(::switches::kAppId,
- kTestAppName);
+ base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
+ ::switches::kAppId, kTestAppName);
BrowserWithTestWindowTest::SetUp();

Powered by Google App Engine
This is Rietveld 408576698