Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / apps / drive / drive_app_provider_browsertest.cc
index 4165a19..e6403a9 100644 (file)
@@ -77,12 +77,12 @@ class DriveAppProviderTest : public ExtensionBrowserTest,
             .PassAs<DriveServiceBridge>());
   }
 
-  virtual void CleanUpOnMainThread() OVERRIDE {
+  virtual void TearDownOnMainThread() OVERRIDE {
     provider_.reset();
     apps_registry_.reset();
     fake_drive_service_.reset();
 
-    ExtensionBrowserTest::CleanUpOnMainThread();
+    ExtensionBrowserTest::TearDownOnMainThread();
   }
 
   const Extension* InstallChromeApp(int expected_change) {