| Index: public/platform/WebFileInfo.h
|
| diff --git a/public/platform/WebFileInfo.h b/public/platform/WebFileInfo.h
|
| index d326e06908a60e33472418ca6bef01275dbe9222..e48d1b16501d3ae461ceee96514977f9decce08e 100644
|
| --- a/public/platform/WebFileInfo.h
|
| +++ b/public/platform/WebFileInfo.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebFileInfo {
|
| // The last modification time of the file, in seconds.
|
| @@ -57,6 +57,6 @@ struct WebFileInfo {
|
| WebFileInfo() : modificationTime(0.0), length(-1), type(TypeUnknown) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|