Chromium Code Reviews| Index: samples/swarm/App.dart |
| diff --git a/samples/swarm/App.dart b/samples/swarm/App.dart |
| index 11e4a429816fbc00e01d8645948fdfa32a3bb2f5..46a4679a1208a45d047ede6b1cead5086a7b6a83 100644 |
| --- a/samples/swarm/App.dart |
| +++ b/samples/swarm/App.dart |
| @@ -87,7 +87,7 @@ class App { |
| } |
| /** Returns true if we are running as a packaged application. */ |
| - static bool get isPackaged() { |
| + static bool get isPackaged { |
| return window.location.protocol == 'chrome-extension:'; |
| } |