Chromium Code Reviews| Index: chrome/browser/extensions/api/identity/web_auth_flow.cc |
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc |
| index 21973824cfedc6fc15ca72d02da3b7fdb90d5aef..adca1ab2494d7f847c6be95916d69820d2375e79 100644 |
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc |
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc |
| @@ -12,8 +12,6 @@ |
| #include "base/strings/utf_string_conversions.h" |
| #include "chrome/browser/extensions/component_loader.h" |
| #include "chrome/browser/extensions/extension_service.h" |
| -#include "chrome/browser/extensions/extension_system.h" |
| -#include "chrome/browser/extensions/extension_system.h" |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/common/extensions/api/identity_private.h" |
| #include "chrome/common/extensions/extension_constants.h" |
| @@ -28,6 +26,8 @@ |
| #include "content/public/browser/web_contents.h" |
| #include "crypto/random.h" |
| #include "extensions/browser/event_router.h" |
| +#include "extensions/browser/extension_system.h" |
| +#include "extensions/browser/extension_system.h" |
|
James Cook
2014/01/28 23:40:57
Heh. Funny. The file move tool maintained the erro
Yoyo Zhou
2014/01/29 00:42:56
Fixed.
|
| #include "grit/browser_resources.h" |
| #include "url/gurl.h" |