| Index: app/table_model_observer.h
|
| ===================================================================
|
| --- app/table_model_observer.h (revision 18411)
|
| +++ app/table_model_observer.h (working copy)
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_CONTROL_TABLE_TABLE_MODEL_OBSERVER_H_
|
| -#define VIEWS_CONTROL_TABLE_TABLE_MODEL_OBSERVER_H_
|
| +#ifndef APP_TABLE_MODEL_OBSERVER_H_
|
| +#define APP_TABLE_MODEL_OBSERVER_H_
|
|
|
| -namespace views {
|
| -
|
| // Observer for a TableModel. Anytime the model changes, it must notify its
|
| // observer.
|
| class TableModelObserver {
|
| @@ -24,6 +22,4 @@
|
| virtual void OnItemsRemoved(int start, int length) = 0;
|
| };
|
|
|
| -} // namespace views
|
| -
|
| -#endif // VIEWS_CONTROL_TABLE_TABLE_MODEL_OBSERVER_H_
|
| +#endif // APP_TABLE_MODEL_OBSERVER_H_
|
|
|