| Index: chrome/tools/profiles/generate_profile.cc
|
| diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc
|
| index 2f8f0668f39938bea138640fbb93a8c7f33bbcda..1da628937f51152b1f79b04f4bf2c74c6a9e0dca 100644
|
| --- a/chrome/tools/profiles/generate_profile.cc
|
| +++ b/chrome/tools/profiles/generate_profile.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -22,10 +22,10 @@
|
| #include "chrome/browser/history/history.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/common/chrome_paths.h"
|
| -#include "chrome/test/testing_profile.h"
|
| #include "chrome/common/thumbnail_score.h"
|
| -#include "chrome/common/notification_service.h"
|
| +#include "chrome/test/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/common/notification_service.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
|
|