| Index: ash/launcher/launcher_model_observer.h
|
| diff --git a/ash/launcher/launcher_model_observer.h b/ash/launcher/launcher_model_observer.h
|
| index 5d73d1c786b635ab63348b8e7ae13b9f0d5c9328..5d38693ebcb07805142a4783fb7cb6b6366d1084 100644
|
| --- a/ash/launcher/launcher_model_observer.h
|
| +++ b/ash/launcher/launcher_model_observer.h
|
| @@ -25,7 +25,7 @@ class ASH_EXPORT LauncherModelObserver {
|
| // of the arguments.
|
| virtual void LauncherItemMoved(int start_index, int target_index) = 0;
|
|
|
| - // Invoked when the the state of an item changes. |old_item| is the item
|
| + // Invoked when the state of an item changes. |old_item| is the item
|
| // before the change.
|
| virtual void LauncherItemChanged(int index, const LauncherItem& old_item) = 0;
|
|
|
|
|