| Index: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| index b9fd4a45a9b55285e4d264db6c3e76604fd3b659..098bc7c1e2c20092ae14253bdf0d734594994b36 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -32,9 +32,9 @@
|
| #include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| #include "chrome/browser/google_apis/time_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "chromeos/chromeos_switches.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "content/public/browser/web_ui_data_source.h"
|
| @@ -409,7 +409,7 @@ void DriveInternalsWebUIHandler::UpdateDriveRelatedFlagsSection() {
|
|
|
| const char* kDriveRelatedFlags[] = {
|
| google_apis::switches::kEnableDriveV2Api,
|
| - switches::kDisableDrive,
|
| + chromeos::switches::kDisableDrive,
|
| };
|
|
|
| base::ListValue flags;
|
|
|