| Index: content/browser/transition_request_manager.cc
|
| diff --git a/content/browser/transition_request_manager.cc b/content/browser/transition_request_manager.cc
|
| index d6df02eeb240d559dd146ce137ed795e4870a9f1..f5f1e9762a412a6f1e6b362da7a2da6cee3790ff 100644
|
| --- a/content/browser/transition_request_manager.cc
|
| +++ b/content/browser/transition_request_manager.cc
|
| @@ -139,10 +139,10 @@ bool TransitionRequestManager::TransitionRequestData::FindEntry(
|
| TransitionLayerData* transition_data) {
|
| DCHECK(!allowed_entries_.empty());
|
| CHECK(transition_data);
|
| - CHECK(CommandLine::ForCurrentProcess()->HasSwitch(
|
| + CHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableExperimentalWebPlatformFeatures) ||
|
| - base::FieldTrialList::FindFullName("NavigationTransitions") ==
|
| - "Enabled");
|
| + base::FieldTrialList::FindFullName("NavigationTransitions") ==
|
| + "Enabled");
|
|
|
| for (const AllowedEntry& allowed_entry : allowed_entries_) {
|
| // Note: This is a small subset of the CSP source-list standard; once the
|
|
|