diff options
Diffstat (limited to 'win8/metro_driver/toast_notification_handler.cc')
-rw-r--r-- | win8/metro_driver/toast_notification_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/metro_driver/toast_notification_handler.cc b/win8/metro_driver/toast_notification_handler.cc index 9448e12..fb85456 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" |