From 87772ec3b0265c72efd0bace14b30fafeee97769 Mon Sep 17 00:00:00 2001 From: "chocobo@google.com" Date: Thu, 1 Oct 2009 22:33:47 +0000 Subject: Hook up wifi menu button UI to ChromeOS shared library. BUG=none TEST=23090 Review URL: http://codereview.chromium.org/246057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27779 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/chrome_paths.cc') diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index f504b4a..8612e68 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -179,7 +179,7 @@ bool PathProvider(int key, FilePath* result) { if (!PathService::Get(base::DIR_MODULE, &cur)) return false; cur = cur.Append(FILE_PATH_LITERAL("chromeos")); - cur = cur.Append(FILE_PATH_LITERAL("libchromeos-power.so")); + cur = cur.Append(FILE_PATH_LITERAL("libcros.so")); break; #endif // The following are only valid in the development environment, and -- cgit v1.1