Normalize path

This commit is contained in:
Yury Solovyov 2016-11-05 21:55:23 +03:00 committed by Kevin Sawicki
parent 1b4ee6e0d8
commit 5794138ed4
2 changed files with 7 additions and 3 deletions

View file

@ -45,7 +45,8 @@ class App : public AtomBrowserClient::Delegate,
public BrowserObserver,
public content::GpuDataManagerObserver {
public:
using FileIconCallback = base::Callback<void(v8::Local<v8::Value>, const gfx::Image&)>;
using FileIconCallback = base::Callback<void(v8::Local<v8::Value>,
const gfx::Image&)>;
static mate::Handle<App> Create(v8::Isolate* isolate);