| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| index 887cf81c04a1ad959715a14afa0811ce807adf63..7a51259b0cc8a06153fa9916f902d097c0cb1f17 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
|
| @@ -79,11 +79,13 @@ const char* offline_gmail_url = "https://mail.google.com/mail/mu/u";
|
| const char* gmail_url = "https://mail.google.com/mail/u";
|
| const char* kGmailLaunchURL = "https://mail.google.com/mail/ca";
|
|
|
| +#if defined(OS_CHROMEOS)
|
| // As defined in /chromeos/dbus/cryptohome_client.cc.
|
| const char kUserIdHashSuffix[] = "-hash";
|
|
|
| // An extension prefix.
|
| const char kCrxAppPrefix[] = "_crx_";
|
| +#endif
|
|
|
| // ShelfModelObserver implementation that tracks what messages are invoked.
|
| class TestShelfModelObserver : public ash::ShelfModelObserver {
|
|
|