Index: chrome/browser/printing/cloud_print/privet_notifications_unittest.cc |
diff --git a/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc |
index 8ef4c48a16eb0ac63f238d48400ed3a7168db0db..18249f8ef7d79d6c6f401800645e5902da9190fb 100644 |
--- a/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc |
+++ b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc |
@@ -103,7 +103,7 @@ class PrivetNotificationsListenerTest : public testing::Test { |
bool SuccessfulResponseToInfo(const std::string& response) { |
net::TestURLFetcher* fetcher = fetcher_factory_.GetFetcherByID(0); |
- if (!fetcher || GURL(kDeviceInfoURL) != fetcher->GetOriginalURL()) |
+ if (!fetcher || fetcher->GetOriginalURL() != kDeviceInfoURL) |
return false; |
fetcher->SetResponseString(response); |