Index: chrome/browser/sync/sync_stopped_reporter_unittest.cc |
diff --git a/chrome/browser/sync/sync_stopped_reporter_unittest.cc b/chrome/browser/sync/sync_stopped_reporter_unittest.cc |
index 5e9d6d67b0cf0817c0bb1c840dd78ab3c623ee83..eab9f14e3b48a0557d49cb04bb5c1f4e8134782a 100644 |
--- a/chrome/browser/sync/sync_stopped_reporter_unittest.cc |
+++ b/chrome/browser/sync/sync_stopped_reporter_unittest.cc |
@@ -9,7 +9,6 @@ |
#include "base/test/test_simple_task_runner.h" |
#include "base/threading/non_thread_safe.h" |
#include "chrome/browser/sync/glue/local_device_info_provider_impl.h" |
-#include "chrome/common/chrome_version_info.h" |
#include "net/http/http_status_code.h" |
#include "net/url_request/test_url_fetcher_factory.h" |
#include "net/url_request/url_request_test_util.h" |
@@ -61,9 +60,7 @@ class SyncStoppedReporterTest : public testing::Test { |
} |
static std::string GetUserAgent() { |
- chrome::VersionInfo version_info; |
- return browser_sync::LocalDeviceInfoProviderImpl::MakeUserAgentForSyncApi( |
- version_info); |
+ return browser_sync::LocalDeviceInfoProviderImpl::MakeUserAgentForSyncApi(); |
} |
private: |