| Index: public/platform/WebFileSystemEntry.h
|
| diff --git a/public/platform/WebFileSystemEntry.h b/public/platform/WebFileSystemEntry.h
|
| index 00a5e38c9925c9e35e95191ca3c19b96f85a1b2b..b7d4776f4ae3eb2df2698097dc54239cf36e924a 100644
|
| --- a/public/platform/WebFileSystemEntry.h
|
| +++ b/public/platform/WebFileSystemEntry.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebFileSystemEntry {
|
| WebFileSystemEntry() : isDirectory(false) { }
|
| @@ -45,6 +45,6 @@ struct WebFileSystemEntry {
|
| bool isDirectory;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebFileSystemEntry_h
|
|
|