diff options
Diffstat (limited to 'chrome_browser_proxy_resolver_unittest.cc')
-rw-r--r-- | chrome_browser_proxy_resolver_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_browser_proxy_resolver_unittest.cc b/chrome_browser_proxy_resolver_unittest.cc index 3974f3bc..d3cf99ee 100644 --- a/chrome_browser_proxy_resolver_unittest.cc +++ b/chrome_browser_proxy_resolver_unittest.cc @@ -2,12 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "update_engine/chrome_browser_proxy_resolver.h" + #include <deque> #include <string> #include <gtest/gtest.h> -#include "update_engine/chrome_browser_proxy_resolver.h" #include "update_engine/mock_dbus_wrapper.h" using ::testing::Return; |