| Index: chrome/plugin/plugin_main_mac.mm
|
| diff --git a/chrome/plugin/plugin_main_mac.mm b/chrome/plugin/plugin_main_mac.mm
|
| index 2bde557aa395d7fcb27dc904b4bea6c8481a2068..5d10a3bcec9bb8f9ddd76e496c2e602ef8a69b79 100644
|
| --- a/chrome/plugin/plugin_main_mac.mm
|
| +++ b/chrome/plugin/plugin_main_mac.mm
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/chrome_application_mac.h"
|
| #include "base/environment.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| +#include "chrome/common/chrome_application_mac.h"
|
| #include "chrome/common/plugin_carbon_interpose_constants_mac.h"
|
| #include "chrome/plugin/plugin_interpose_util_mac.h"
|
|
|
|
|