| Index: chrome/common/chrome_plugin_util.cc
|
| diff --git a/chrome/common/chrome_plugin_util.cc b/chrome/common/chrome_plugin_util.cc
|
| index d88773a7fb40f46688916af80132b9d1836cb9c8..1ed4b817d56122b419f282465d986ea04352ebba 100644
|
| --- a/chrome/common/chrome_plugin_util.cc
|
| +++ b/chrome/common/chrome_plugin_util.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/notification_service.h"
|
| +#include "content/common/notification_service.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/http/http_response_headers.h"
|
|
|
|
|