| Index: chrome/browser/automation/chrome_frame_automation_provider_win_unittest.cc
|
| diff --git a/chrome/browser/automation/automation_provider_unittest.cc b/chrome/browser/automation/chrome_frame_automation_provider_win_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/automation/automation_provider_unittest.cc
|
| rename to chrome/browser/automation/chrome_frame_automation_provider_win_unittest.cc
|
| index 3458158847e8d114d16b60d56bdea552df5d5905..1b9b9f0a408a415ae060883394420fcc2fa12197 100644
|
| --- a/chrome/browser/automation/automation_provider_unittest.cc
|
| +++ b/chrome/browser/automation/chrome_frame_automation_provider_win_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/automation/chrome_frame_automation_provider.h"
|
| +#include "chrome/browser/automation/chrome_frame_automation_provider_win.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -37,4 +37,3 @@ TEST_F(AutomationProviderTest, TestInvalidChromeFrameMessage) {
|
| -1))).Times(1);
|
| mock->OnMessageReceived(bad_msg);
|
| }
|
| -
|
|
|