| Index: chrome/browser/ui/views/first_run_bubble_unittest.cc
|
| diff --git a/chrome/browser/ui/views/first_run_bubble_unittest.cc b/chrome/browser/ui/views/first_run_bubble_unittest.cc
|
| index c50e58d9bef7e18921b2083a5af046826d782e12..66eb471ff4e78bf7d32825b71801255142fe346d 100644
|
| --- a/chrome/browser/ui/views/first_run_bubble_unittest.cc
|
| +++ b/chrome/browser/ui/views/first_run_bubble_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/search_engines/template_url_service.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| #include "chrome/browser/ui/views/first_run_bubble.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "components/search_engines/template_url.h"
|
| -#include "components/search_engines/template_url_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/views/test/views_test_base.h"
|
| #include "ui/views/view.h"
|
|
|