| Index: chrome/common/web_apps.cc
|
| ===================================================================
|
| --- chrome/common/web_apps.cc (revision 73642)
|
| +++ chrome/common/web_apps.cc (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/json_schema_validator.h"
|
| -#include "gfx/size.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "grit/common_resources.h"
|
| #include "grit/generated_resources.h"
|
| @@ -27,6 +26,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/size.h"
|
| #include "webkit/glue/dom_operations.h"
|
|
|
| using WebKit::WebDocument;
|
|
|