Index: chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc (revision 213035) |
+++ chrome/browser/extensions/api/media_galleries_private/media_galleries_private_apitest.cc (working copy) |
@@ -19,7 +19,6 @@ |
#include "content/public/browser/render_view_host.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/test/browser_test_utils.h" |
-#include "url/gurl.h" |
namespace { |
@@ -88,8 +87,9 @@ |
void Attach() { |
DCHECK(chrome::StorageMonitor::GetInstance()->IsInitialized()); |
- chrome::StorageInfo info(device_id_, ASCIIToUTF16(kDeviceName), kDevicePath, |
- string16(), string16(), string16(), 0); |
+ chrome::StorageInfo info(device_id_, kDevicePath, |
+ base::ASCIIToUTF16(kDeviceName), base::string16(), |
+ base::string16(), 0); |
chrome::StorageMonitor::GetInstance()->receiver()->ProcessAttach(info); |
content::RunAllPendingInMessageLoop(); |
} |