| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 127a98b61ad79efe027ad3cf1d952bc0250685cc..002601cca9c130b158be8a021f2ced991cc0534a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1506,7 +1506,7 @@ const Experiment kExperiments[] = {
|
| IDS_FLAGS_ENABLE_APP_VIEW_NAME,
|
| IDS_FLAGS_ENABLE_APP_VIEW_DESCRIPTION,
|
| kOsAll,
|
| - SINGLE_VALUE_TYPE(switches::kEnableAppView)
|
| + SINGLE_VALUE_TYPE(extensions::switches::kEnableAppView)
|
| },
|
| {
|
| "disable-app-list-app-info",
|
|
|