Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / activity_log / activity_database.h
index 8435709..e90683e 100644 (file)
@@ -133,8 +133,8 @@ class ActivityDatabase {
   // field_types as content_fields, since the two arrays should correspond.
   static bool InitializeTable(sql::Connection* db,
                               const char* table_name,
-                              const char* content_fields[],
-                              const char* field_types[],
+                              const char* const content_fields[],
+                              const char* const field_types[],
                               const int num_content_fields);
 
   // Runs the given callback, passing it a handle to the database connection.