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

Unified Diff: ash/test/test_launcher_delegate.cc

Issue 89243003: Move EmptyString, kWhitespace and the BOM to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « ash/shell/launcher_delegate_impl.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_launcher_delegate.cc
diff --git a/ash/test/test_launcher_delegate.cc b/ash/test/test_launcher_delegate.cc
index 67e8be3b58eb2b209bfe207ca32c3976bd7b7634..029a8362f47be61c20ea6eda083c3ace6b271f2d 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -90,7 +90,7 @@ LauncherID TestLauncherDelegate::GetLauncherIDForAppID(
}
const std::string& TestLauncherDelegate::GetAppIDForLauncherID(LauncherID id) {
- return EmptyString();
+ return base::EmptyString();
}
void TestLauncherDelegate::PinAppWithID(const std::string& app_id) {
« no previous file with comments | « ash/shell/launcher_delegate_impl.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698