Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_manager / external_filesystem_apitest.cc
index 3479063..14e974a 100644 (file)
@@ -325,7 +325,7 @@ class DriveFileSystemExtensionApiTest : public FileSystemExtensionApiTestBase {
 
     return new drive::DriveIntegrationService(
         profile, NULL,
-        fake_drive_service_, test_cache_root_.path(), NULL);
+        fake_drive_service_, "drive", test_cache_root_.path(), NULL);
   }
 
   base::ScopedTempDir test_cache_root_;