Index: win8/metro_driver/chrome_app_view_ash.h |
diff --git a/win8/metro_driver/chrome_app_view_ash.h b/win8/metro_driver/chrome_app_view_ash.h |
index 57f20b95c41b40dc91934a43a103829aa01dc5ec..96b348cf378e0d49ceaad9171d35d1c6760e5634 100644 |
--- a/win8/metro_driver/chrome_app_view_ash.h |
+++ b/win8/metro_driver/chrome_app_view_ash.h |
@@ -10,13 +10,16 @@ |
#include <windows.ui.input.h> |
#include <windows.ui.viewmanagement.h> |
-#include "base/files/file_path.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop/message_loop.h" |
#include "base/strings/string16.h" |
#include "ui/base/events/event_constants.h" |
#include "win8/metro_driver/direct3d_helper.h" |
+namespace base { |
+ class FilePath; |
Bernhard Bauer
2013/08/31 10:15:05
Nit: No indent (also below).
|
+} |
+ |
namespace IPC { |
class Listener; |
class ChannelProxy; |
@@ -46,6 +49,7 @@ class ChromeAppViewAsh |
// Returns S_OK on success. |
static HRESULT Unsnap(); |
+ void OnOpenURLOnDesktop(const base::FilePath& shortcut, const string16& url); |
void OnSetCursor(HCURSOR cursor); |
void OnDisplayFileOpenDialog(const string16& title, |
const string16& filter, |