diff options
Diffstat (limited to 'chrome/renderer/user_script_slave.h')
-rw-r--r-- | chrome/renderer/user_script_slave.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h index f314924..7df6b17 100644 --- a/chrome/renderer/user_script_slave.h +++ b/chrome/renderer/user_script_slave.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -6,7 +6,6 @@ #define CHROME_RENDERER_USER_SCRIPT_SLAVE_H_ #pragma once -#include <map> #include <set> #include <string> #include <vector> |