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

Unified Diff: chrome/browser/bookmarks/bookmark_model_factory.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/bookmarks/bookmark_model_factory.cc
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.cc b/chrome/browser/bookmarks/bookmark_model_factory.cc
index d20e52f50fd3dc72bc3169d7ff365498c37fb6c7..b0f61ee132c1be696c737991b260ffd89636130e 100644
--- a/chrome/browser/bookmarks/bookmark_model_factory.cc
+++ b/chrome/browser/bookmarks/bookmark_model_factory.cc
@@ -70,7 +70,7 @@ KeyedService* BookmarkModelFactory::BuildServiceInstanceFor(
bool register_bookmark_undo_service_as_observer = true;
#if !defined(OS_IOS) && !defined(OS_ANDROID)
register_bookmark_undo_service_as_observer =
- CommandLine::ForCurrentProcess()->HasSwitch(
+ base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableBookmarkUndo);
#endif // !defined(OS_IOS)
if (register_bookmark_undo_service_as_observer) {
« no previous file with comments | « chrome/browser/background/background_mode_manager_win.cc ('k') | chrome/browser/bookmarks/enhanced_bookmarks_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698