| Index: third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| index 3045fae80e066d3907b23cc17d1bd8827cf9adb6..7eabf47f2f687aaa58a7569fb98e07ef96514e37 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| @@ -36,6 +36,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| namespace ApplicationCacheAgentState {
|
| static const char applicationCacheAgentEnabled[] =
|
| "applicationCacheAgentEnabled";
|
|
|