| LEFT | RIGHT |
| 1 // Copyright 2008, Google Inc. | 1 // Copyright 2008, Google Inc. |
| 2 // | 2 // |
| 3 // Redistribution and use in source and binary forms, with or without | 3 // Redistribution and use in source and binary forms, with or without |
| 4 // modification, are permitted provided that the following conditions are met: | 4 // modification, are permitted provided that the following conditions are met: |
| 5 // | 5 // |
| 6 // 1. Redistributions of source code must retain the above copyright notice, | 6 // 1. Redistributions of source code must retain the above copyright notice, |
| 7 // this list of conditions and the following disclaimer. | 7 // this list of conditions and the following disclaimer. |
| 8 // 2. Redistributions in binary form must reproduce the above copyright notice, | 8 // 2. Redistributions in binary form must reproduce the above copyright notice, |
| 9 // this list of conditions and the following disclaimer in the documentation | 9 // this list of conditions and the following disclaimer in the documentation |
| 10 // and/or other materials provided with the distribution. | 10 // and/or other materials provided with the distribution. |
| (...skipping 66 matching lines...) Show 10 above Show 10 below |
| 77 std::string16 error_message_; | 77 std::string16 error_message_; |
| 78 int error_code_; | 78 int error_code_; |
| 79 | 79 |
| 80 sqlite3 *handle_; | 80 sqlite3 *handle_; |
| 81 std::string16 name_; | 81 std::string16 name_; |
| 82 SecurityOrigin origin_; | 82 SecurityOrigin origin_; |
| 83 | 83 |
| 84 DISALLOW_EVIL_CONSTRUCTORS(Database2Connection); | 84 DISALLOW_EVIL_CONSTRUCTORS(Database2Connection); |
| 85 }; | 85 }; |
| 86 | 86 |
| 87 #endif // GEARS_DATABASE2_CONNECTION_H__ | 87 #endif // GEARS_DATABASE2_CONNECTION_H__ |
| LEFT | RIGHT |