Browse Source

Separate ContentSettingsClient out from LocalFrameClient

https://codereview.chromium.org/2786673002
Aleksei Kuzmin 7 years ago
parent
commit
1126719e7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/renderer/content_settings_observer.h

+ 1 - 1
atom/renderer/content_settings_observer.h

@@ -7,7 +7,7 @@
 
 #include "base/compiler_specific.h"
 #include "content/public/renderer/render_frame_observer.h"
-#include "third_party/WebKit/public/web/WebContentSettingsClient.h"
+#include "third_party/WebKit/public/platform/WebContentSettingsClient.h"
 
 namespace atom {