Link with RLZ library from open source repo.

In order to pass the check dependency step in the build, I added rlz to
the include_rules in DEPS.  However, I am not sure this is the best solution.

TEST=Make sure that the RLZ pings from chrome are the sameas they were with
the old RLZ dll
BUG=none

Review URL: http://codereview.chromium.org/2755002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/search_engines/template_url_unittest.cc b/chrome/browser/search_engines/template_url_unittest.cc
index 5f9bfff..9f3c248 100644
--- a/chrome/browser/search_engines/template_url_unittest.cc
+++ b/chrome/browser/search_engines/template_url_unittest.cc
@@ -327,9 +327,8 @@
 
 #if defined(OS_WIN)
 TEST_F(TemplateURLTest, RLZ) {
-  RLZTracker::InitRlz(base::DIR_EXE);
   std::wstring rlz_string;
-  RLZTracker::GetAccessPointRlz(RLZTracker::CHROME_OMNIBOX, &rlz_string);
+  RLZTracker::GetAccessPointRlz(rlz_lib::CHROME_OMNIBOX, &rlz_string);
 
   TemplateURL t_url;
   TemplateURLRef ref(L"http://bar/?{google:RLZ}{searchTerms}", 1, 2);