| Index: chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc
|
| diff --git a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc b/chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc
|
| index 7872e6786185704b9138ae01f980ca29d419dba9..7af352811009ebf5b4a415350530d89313b707da 100644
|
| --- a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc
|
| +++ b/chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/utf_string_conversions.h"
|
| #include "chrome/browser/chromeos/notifications/desktop_notifications_unittest.h"
|
|
|
| +#include "base/utf_string_conversions.h"
|
| +#include "chrome/common/render_messages_params.h"
|
| +
|
| namespace chromeos {
|
|
|
| // static
|
|
|