Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / app_mode / kiosk_diagnosis_runner.cc
index af74890..5c17b68 100644 (file)
@@ -48,7 +48,7 @@ class KioskDiagnosisRunner::Factory : public BrowserContextKeyedServiceFactory {
 
   // BrowserContextKeyedServiceFactory overrides:
   virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* context) const OVERRIDE {
+      content::BrowserContext* context) const override {
     Profile* profile = static_cast<Profile*>(context);
     return new KioskDiagnosisRunner(profile);
   }