| Index: chrome/browser/google_apis/base_operations_unittest.cc
|
| diff --git a/chrome/browser/google_apis/base_operations_unittest.cc b/chrome/browser/google_apis/base_operations_unittest.cc
|
| index 2f7e01a74e73028ce3d2ac7baf9bde356c7d5f90..047e5c284b23ead6f1ba17a7849cb0d9b1140bea 100644
|
| --- a/chrome/browser/google_apis/base_operations_unittest.cc
|
| +++ b/chrome/browser/google_apis/base_operations_unittest.cc
|
| @@ -66,9 +66,9 @@ class BaseOperationsTest : public testing::Test {
|
| virtual void SetUp() OVERRIDE {
|
| profile_.reset(new TestingProfile);
|
| runner_.reset(new OperationRunner(profile_.get(),
|
| - NULL /* url_request_context_getter */,
|
| - std::vector<std::string>() /* scopes */,
|
| - "" /* custom user agent */));
|
| + NULL /* url_request_context_getter */,
|
| + std::vector<std::string>() /* scopes */,
|
| + std::string() /* custom user agent */));
|
| runner_->Initialize();
|
| LOG(ERROR) << "Initialized.";
|
| }
|
|
|