Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: chrome/browser/icon_manager_chromeos.cc

Issue 12211049: Removing base::ThreadRestrictions::ScopedAllowIO from icon_manager_linux.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review changes. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/icon_manager_chromeos.cc
diff --git a/chrome/browser/icon_manager_chromeos.cc b/chrome/browser/icon_manager_chromeos.cc
index 2f82c8fd71de1491b29ddeb5c3b3035d96baf149..6217a20aa01101eaa1dfe56b68876d8110496cd8 100644
--- a/chrome/browser/icon_manager_chromeos.cc
+++ b/chrome/browser/icon_manager_chromeos.cc
@@ -7,6 +7,6 @@
#include "base/file_path.h"
#include "base/string_util.h"
-IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) {
+IconGroupID IconManager::ReadGroupIDFromFilepath(const FilePath& filepath) {
return StringToLowerASCII(filepath.Extension());
}

Powered by Google App Engine
This is Rietveld 408576698