| Index: chrome/browser/ui/webui/help/version_updater.h
|
| diff --git a/chrome/browser/ui/webui/help/version_updater.h b/chrome/browser/ui/webui/help/version_updater.h
|
| index eb58d3ee83d491be7dddcd51e409bff470ced515..76e381fb9df01cbf65357f3df64f16b66c49bb71 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater.h
|
| +++ b/chrome/browser/ui/webui/help/version_updater.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| -#include "base/string16.h"
|
| +#include "base/strings/string16.h"
|
|
|
| // Interface implemented to expose per-platform updating functionality.
|
| class VersionUpdater {
|
|
|