| Index: chrome/test/plugin/pdf_browsertest.cc
|
| diff --git a/chrome/test/plugin/pdf_browsertest.cc b/chrome/test/plugin/pdf_browsertest.cc
|
| index e56625fcd52f104da8a7d4b9db8a24a5aece1a8f..99b807d8844a4647155c06dc6e3fd31d7f188588 100644
|
| --- a/chrome/test/plugin/pdf_browsertest.cc
|
| +++ b/chrome/test/plugin/pdf_browsertest.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.
|
|
|
| @@ -11,12 +11,12 @@
|
| #include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/browser/ui/window_sizer.h"
|
| #include "chrome/common/chrome_paths.h"
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_type.h"
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_type.h"
|
| #include "net/test/test_server.h"
|
| #include "ui/base/clipboard/clipboard.h"
|
| #include "ui/gfx/codec/png_codec.h"
|
|
|