| 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 5545cd2139d037b950d29e0678385d4361d8e5e3..525331e96e6db47b2d50d7f40c2a3dacd2fef302 100644
|
| --- a/win8/metro_driver/toast_notification_handler.cc
|
| +++ b/win8/metro_driver/toast_notification_handler.cc
|
| @@ -196,7 +196,7 @@ void ToastNotificationHandler::DisplayNotification(
|
| toast_xml.Get(), ¬ification_);
|
| CheckHR(hr);
|
|
|
| - FilePath chrome_path;
|
| + base::FilePath chrome_path;
|
| if (!PathService::Get(base::FILE_EXE, &chrome_path)) {
|
| NOTREACHED() << "Failed to get chrome exe path";
|
| return;
|
|
|