Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / drive / drive_integration_service_unittest.cc
index 5c71fe5..14f301a 100644 (file)
@@ -18,8 +18,8 @@ class DriveIntegrationServiceTest : public testing::Test {
   virtual void SetUp() OVERRIDE {
     profile_.reset(new TestingProfile);
     integration_service_.reset(new DriveIntegrationService(
-        profile_.get(), NULL,
-        new DummyDriveService, base::FilePath(), new DummyFileSystem));
+        profile_.get(), NULL, new DummyDriveService, std::string(),
+        base::FilePath(), new DummyFileSystem));
   }
 
  protected: