| Index: win8/metro_driver/toast_notification_handler.cc
|
| diff --git a/win8/metro_driver/toast_notification_handler.cc b/win8/metro_driver/toast_notification_handler.cc
|
| index 9448e12b74de07da09cc562519e24a9353b72872..fb85456287e0ebac8e4a1420b0c21fd9fd1f8f17 100644
|
| --- a/win8/metro_driver/toast_notification_handler.cc
|
| +++ b/win8/metro_driver/toast_notification_handler.cc
|
| @@ -10,7 +10,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| -#include "base/utf_string_conversions.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
| // TODO(ananta)
|
| // Refactor the chrome_util and shell_util code from chrome into a common lib
|
| #include "win8/delegate_execute/chrome_util.h"
|
|
|