| Index: chrome/browser/printing/cloud_print/cloud_print_setup_source.h
|
| diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_source.h b/chrome/browser/printing/cloud_print/cloud_print_setup_source.h
|
| index 7050c5e96aa73197ad5331b3533732dec902aa37..708a6c0ffc407f5341e79df1d54dac445f9e1258 100644
|
| --- a/chrome/browser/printing/cloud_print/cloud_print_setup_source.h
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_setup_source.h
|
| @@ -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.
|
|
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/message_loop.h"
|
| -#include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| +#include "chrome/browser/webui/chrome_url_data_manager.h"
|
| #include "chrome/common/url_constants.h"
|
|
|
| class CloudPrintSetupSource : public ChromeURLDataManager::DataSource {
|
|
|