| Index: chrome/browser/memory/tab_manager_delegate_chromeos.h
|
| diff --git a/chrome/browser/memory/tab_manager_delegate_chromeos.h b/chrome/browser/memory/tab_manager_delegate_chromeos.h
|
| index af53e011e74078c746a94aeacac32d1559a2fb9b..ec9d4cad972b986ccc181849f91ccb665e3e9aca 100644
|
| --- a/chrome/browser/memory/tab_manager_delegate_chromeos.h
|
| +++ b/chrome/browser/memory/tab_manager_delegate_chromeos.h
|
| @@ -79,7 +79,7 @@ class TabManagerDelegate : public aura::client::ActivationChangeObserver,
|
| void AdjustOomPriorities(const TabStatsList& tab_list);
|
|
|
| protected:
|
| - // Kills an Arc process. Returns true if the kill request is successfully sent
|
| + // Kills an ARC process. Returns true if the kill request is successfully sent
|
| // to Android. Virtual for unit testing.
|
| virtual bool KillArcProcess(const int nspid);
|
|
|
|
|