diff options
Diffstat (limited to 'chrome/test/webdriver/utility_functions.cc')
-rw-r--r-- | chrome/test/webdriver/utility_functions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/webdriver/utility_functions.cc b/chrome/test/webdriver/utility_functions.cc index 5908548..c912267 100644 --- a/chrome/test/webdriver/utility_functions.cc +++ b/chrome/test/webdriver/utility_functions.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,8 +13,8 @@ #include "base/format_macros.h" #include "base/json/json_reader.h" #include "base/logging.h" +#include "base/memory/scoped_ptr.h" #include "base/rand_util.h" -#include "base/scoped_ptr.h" #include "base/stringprintf.h" namespace webdriver { |