Using string from the std

This commit is contained in:
Pierre Laurac 2016-10-12 17:25:31 -07:00 committed by Kevin Sawicki
parent 526debb5ab
commit 9673cee4d7
6 changed files with 9 additions and 12 deletions

View file

@ -9,7 +9,6 @@
#include <string>
#include <vector>
#include <Quartz/Quartz.h>
#include "atom/browser/native_window.h"
#include "base/mac/scoped_nsobject.h"
@ -56,7 +55,8 @@ class NativeWindowMac : public NativeWindow,
void SetMovable(bool movable) override;
void SetAspectRatio(double aspect_ratio, const gfx::Size& extra_size)
override;
void PreviewFile(const base::string16& filepath, const base::string16& filename) override;
void PreviewFile(const std::string& filepath, const std::string& filename)
override;
bool IsMovable() override;
void SetMinimizable(bool minimizable) override;
bool IsMinimizable() override;