| Index: third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| index 756a18c1c267dfecc6b8c85926cc7e40cb2d58af..fbb8d7b8582b8370265e71150fd5646e558191df 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.h
|
| @@ -48,6 +48,6 @@ public:
|
| bool didExceedQuota(Database*);
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionClient_h
|
|
|