| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index 49172e398407040128481fd2e1554d7e8fd9f28a..3b6d47d4615a62c23b7d16ff6e333b2f874edbd9 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -53,6 +53,7 @@
|
| #include "platform/weborigin/DatabaseIdentifier.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebDatabaseObserver.h"
|
| +#include "wtf/CurrentTime.h"
|
|
|
| // Registering "opened" databases with the DatabaseTracker
|
| // =======================================================
|
|
|