Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / top_sites / top_sites_api.h
index 9cd2b78..7519fd9 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "base/memory/weak_ptr.h"
 #include "chrome/browser/extensions/chrome_extension_function.h"
-#include "chrome/browser/history/history_types.h"
+#include "components/history/core/browser/history_types.h"
 
 namespace extensions {
 
@@ -21,7 +21,7 @@ class TopSitesGetFunction : public ChromeAsyncExtensionFunction {
   virtual ~TopSitesGetFunction();
 
   // ExtensionFunction:
-  virtual bool RunImpl() OVERRIDE;
+  virtual bool RunAsync() OVERRIDE;
 
  private:
   void OnMostVisitedURLsAvailable(const history::MostVisitedURLList& data);