| Index: chrome/browser/android/dev_tools_server.cc
|
| diff --git a/chrome/browser/android/dev_tools_server.cc b/chrome/browser/android/dev_tools_server.cc
|
| index 0f009a9ceef17a1350e65dc35c13ac9fa308fb45..8d033d3c74488c8be880495b63d9c96de5ae39da 100644
|
| --- a/chrome/browser/android/dev_tools_server.cc
|
| +++ b/chrome/browser/android/dev_tools_server.cc
|
| @@ -213,7 +213,7 @@ class NonTabTarget : public TargetBase {
|
|
|
| virtual std::string GetType() const OVERRIDE {
|
| if (TabModelList::begin() == TabModelList::end()) {
|
| - // If there are no tab models we must be running in ChromiumTestShell.
|
| + // If there are no tab models we must be running in ChromeShell.
|
| // Return the 'page' target type for backwards compatibility.
|
| return kTargetTypePage;
|
| }
|
|
|