Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_installer.h
index 9e05c6a..e72e01b 100644 (file)
@@ -12,7 +12,7 @@
 #include "base/strings/string16.h"
 #include "chrome/browser/extensions/extension_service.h"
 #include "chrome/browser/extensions/requirements_checker.h"
-#include "chrome/common/extensions/extension.h"
+#include "extensions/common/extension.h"
 
 class Profile;
 
@@ -35,7 +35,7 @@ class ExtensionInstaller {
   void CheckRequirements(const RequirementsCallback& callback);
 
   // Checks the management policy if the extension can be installed.
-  string16 CheckManagementPolicy();
+  base::string16 CheckManagementPolicy();
 
   Profile* profile() const {
     return profile_;