| Index: chrome_frame/test/infobar_unittests.cc
|
| diff --git a/chrome_frame/test/infobar_unittests.cc b/chrome_frame/test/infobar_unittests.cc
|
| index 18f597a3917fb4960d3791e3e57bbe43c145eaa6..c5023fffc19e4dca91eab90c286c4946c87e9fdb 100644
|
| --- a/chrome_frame/test/infobar_unittests.cc
|
| +++ b/chrome_frame/test/infobar_unittests.cc
|
| @@ -10,15 +10,15 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| -#include "base/string_number_conversions.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| +#include "base/strings/string_number_conversions.h"
|
| #include "chrome_frame/infobars/infobar_content.h"
|
| #include "chrome_frame/infobars/internal/displaced_window_manager.h"
|
| #include "chrome_frame/infobars/internal/host_window_manager.h"
|
| #include "chrome_frame/infobars/internal/infobar_window.h"
|
| #include "chrome_frame/infobars/internal/subclassing_window_with_delegate.h"
|
| #include "chrome_frame/test/chrome_frame_test_utils.h"
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
|
|