// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_NET_PROBE_MESSAGE_H_ #define CHROME_BROWSER_NET_PROBE_MESSAGE_H_ #include <stdint.h> #include <string> #include "base/gtest_prod_util.h" #include "chrome/browser/net/probe_message.pb.h" namespace chrome_browser_net { // Packet format between client and server is defined in probe_message.proto. class ProbeMessage { … }; } // namespace chrome_browser_net #endif // CHROME_BROWSER_NET_PROBE_MESSAGE_H_