| Index: extensions/browser/api/runtime/runtime_api.cc
|
| diff --git a/extensions/browser/api/runtime/runtime_api.cc b/extensions/browser/api/runtime/runtime_api.cc
|
| index d68decd3247f173ad389099f76e0ceb3bdf404e0..8764d8c1e87664412b9559cb50ccadecf820121d 100644
|
| --- a/extensions/browser/api/runtime/runtime_api.cc
|
| +++ b/extensions/browser/api/runtime/runtime_api.cc
|
| @@ -33,8 +33,8 @@
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_handlers/background_info.h"
|
| #include "extensions/common/manifest_handlers/shared_module_info.h"
|
| +#include "storage/browser/fileapi/isolated_context.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/fileapi/isolated_context.h"
|
|
|
| using content::BrowserContext;
|
|
|
|
|