Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1416)

Unified Diff: chrome/browser/local_discovery/privet_http_impl.cc

Issue 1313533003: Fix some extern usage in .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698