summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20/prototype/dns_sd_server.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:16:13 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 22:16:13 +0000
commitc50a693e365d8415e39363686771d4db0c24c317 (patch)
tree8b11bfe0427fb1d0067f5e9d48cd86bcb9b29c04 /cloud_print/gcp20/prototype/dns_sd_server.cc
parentbffef3c1e017c81d3dbffd7b26c27514be351096 (diff)
downloadchromium_src-c50a693e365d8415e39363686771d4db0c24c317.zip
chromium_src-c50a693e365d8415e39363686771d4db0c24c317.tar.gz
chromium_src-c50a693e365d8415e39363686771d4db0c24c317.tar.bz2
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_print/, components.
BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/gcp20/prototype/dns_sd_server.cc')
-rw-r--r--cloud_print/gcp20/prototype/dns_sd_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/gcp20/prototype/dns_sd_server.cc b/cloud_print/gcp20/prototype/dns_sd_server.cc
index 60c955e..cecb8d5 100644
--- a/cloud_print/gcp20/prototype/dns_sd_server.cc
+++ b/cloud_print/gcp20/prototype/dns_sd_server.cc
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/bind.h"
#include "base/command_line.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/strings/stringprintf.h"
#include "cloud_print/gcp20/prototype/dns_packet_parser.h"
#include "cloud_print/gcp20/prototype/dns_response_builder.h"