| Index: third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| index 571a7a3bbf3d56bbc8cca52a089593392307ccbe..a4b5c7f5360485faad657a89ffd1a01c29d140f6 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/fonts/FontPlatformData.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|