| Index: chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js
|
| diff --git a/chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js b/chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js
|
| index ef22211d4163b605a1979186935b164585f85e13..e9c463df321fb95244b791327ef6d364916434f7 100644
|
| --- a/chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js
|
| +++ b/chrome/browser/resources/cleanup_tool/cleanup_browser_proxy.js
|
| @@ -74,5 +74,5 @@ cr.define('cleanup', function() {
|
| return {
|
| CleanupBrowserProxy: CleanupBrowserProxy,
|
| CleanupBrowserProxyImpl: CleanupBrowserProxyImpl,
|
| - }
|
| + };
|
| });
|
|
|