summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.cc
diff options
context:
space:
mode:
authorchocobo@google.com <chocobo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 22:33:47 +0000
committerchocobo@google.com <chocobo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-01 22:33:47 +0000
commit87772ec3b0265c72efd0bace14b30fafeee97769 (patch)
treed3f977de54cc9cbeb83fa7a353a202b1d7ccbb9f /chrome/common/chrome_paths.cc
parent41903593b4f2ce48b65c60d752e5cd87c013c466 (diff)
downloadchromium_src-87772ec3b0265c72efd0bace14b30fafeee97769.zip
chromium_src-87772ec3b0265c72efd0bace14b30fafeee97769.tar.gz
chromium_src-87772ec3b0265c72efd0bace14b30fafeee97769.tar.bz2
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
Diffstat (limited to 'chrome/common/chrome_paths.cc')
-rw-r--r--chrome/common/chrome_paths.cc2
1 files changed, 1 insertions, 1 deletions
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