| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 45985)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -59,6 +59,7 @@
|
| #include "chrome/browser/login_prompt.h"
|
| #include "chrome/browser/net/url_request_context_getter.h"
|
| #include "chrome/browser/net/url_request_mock_util.h"
|
| +#include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/pref_service.h"
|
| #include "chrome/browser/profile_manager.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| @@ -72,7 +73,6 @@
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/json_value_serializer.h"
|
| #include "chrome/common/notification_service.h"
|
| -#include "chrome/common/platform_util.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/automation/automation_messages.h"
|
|
|