| Index: chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc
|
| diff --git a/chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc b/chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc
|
| index b8ce76410e50620657bcd486a853310d267ae297..19f828a037cac5177b66652475549f1a039f82c5 100644
|
| --- a/chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc
|
| +++ b/chrome/browser/local_discovery/privet_confirm_api_flow_unittest.cc
|
| @@ -41,7 +41,7 @@ class MockDelegate {
|
| MOCK_METHOD1(Callback, void(GCDApiFlow::Status));
|
| };
|
|
|
| -TEST(CloudPrintPrinterListTest, Parsing) {
|
| +TEST(PrivetConfirmApiFlowTest, Parsing) {
|
| StrictMock<MockDelegate> delegate;
|
| PrivetConfirmApiCallFlow confirmation(
|
| "123", base::Bind(&MockDelegate::Callback, base::Unretained(&delegate)));
|
|
|