| Index: chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc b/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.cc
|
| similarity index 66%
|
| rename from chrome/browser/local_discovery/privet_http_asynchronous_factory.cc
|
| rename to chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.cc
|
| index 3434344238f05ff9b4e56e63f01f299a71c0dbc0..e60b7ecdc0061731ac563bca00a51cb5b0137879 100644
|
| --- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/local_discovery/privet_http_asynchronous_factory.h"
|
| +#include "chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.h"
|
|
|
| -#include "chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h"
|
| +#include "chrome/browser/printing/cloud_print/privet_http_asynchronous_factory_impl.h"
|
|
|
| -namespace local_discovery {
|
| +namespace cloud_print {
|
|
|
| // static
|
| scoped_ptr<PrivetHTTPAsynchronousFactory>
|
| @@ -16,4 +16,4 @@ PrivetHTTPAsynchronousFactory::CreateInstance(
|
| new PrivetHTTPAsynchronousFactoryImpl(request_context));
|
| }
|
|
|
| -} // namespace local_discovery
|
| +} // namespace cloud_print
|
|
|