| Index: chrome/browser/local_discovery/privet_http_impl.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.cc b/chrome/browser/local_discovery/privet_http_impl.cc
|
| index 5649a0d7b29072288884e6f345acc5ff53b9cf0f..9f41d223d358d11eec03ec4f103c89335b8e67f1 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.cc
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "chrome/browser/local_discovery/privet_constants.h"
|
| +#include "chrome/common/cloud_print/cloud_print_constants.h"
|
| #include "net/base/url_util.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -26,10 +27,6 @@
|
| #include "ui/gfx/text_elider.h"
|
| #endif // ENABLE_PRINT_PREVIEW
|
|
|
| -namespace cloud_print {
|
| -extern const char kContentTypeJSON[];
|
| -}
|
| -
|
| namespace local_discovery {
|
|
|
| namespace {
|
|
|