Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / identity / oauth2_manifest_handler.h
index dc3d051..59a82b7 100644 (file)
@@ -9,8 +9,8 @@
 #include <string>
 #include <vector>
 
-#include "chrome/common/extensions/extension.h"
-#include "chrome/common/extensions/manifest_handler.h"
+#include "extensions/common/extension.h"
+#include "extensions/common/manifest_handler.h"
 
 namespace extensions {
 
@@ -35,7 +35,7 @@ class OAuth2ManifestHandler : public ManifestHandler {
   virtual ~OAuth2ManifestHandler();
 
   virtual bool Parse(Extension* extension,
-                     string16* error) OVERRIDE;
+                     base::string16* error) OVERRIDE;
 
  private:
   virtual const std::vector<std::string> Keys() const OVERRIDE;