| Index: apps/app_window_geometry_cache.h
|
| diff --git a/apps/app_window_geometry_cache.h b/apps/app_window_geometry_cache.h
|
| index 1bc69fac64e153ef6084e7ecdde724408cdd0db9..20764284b7f611dc54c367e3a44cbb40d2cdc66f 100644
|
| --- a/apps/app_window_geometry_cache.h
|
| +++ b/apps/app_window_geometry_cache.h
|
| @@ -65,7 +65,7 @@ class AppWindowGeometryCache : public KeyedService,
|
| const gfx::Rect& bounds) = 0;
|
|
|
| protected:
|
| - virtual ~Observer() {};
|
| + virtual ~Observer() {}
|
| };
|
|
|
| AppWindowGeometryCache(Profile* profile, extensions::ExtensionPrefs* prefs);
|
|
|