Index: chrome/test/pyautolib/omnibox_info.py |
diff --git a/chrome/test/pyautolib/omnibox_info.py b/chrome/test/pyautolib/omnibox_info.py |
index ac6b16a3fd139872923c907f73f572ddd0063e58..216e604d6208dfadd827fe6e1dc404c4d32b5bd4 100644 |
--- a/chrome/test/pyautolib/omnibox_info.py |
+++ b/chrome/test/pyautolib/omnibox_info.py |
@@ -1,6 +1,4 @@ |
-#!/usr/bin/python |
- |
-# 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. |
@@ -141,4 +139,3 @@ class OmniboxInfo(object): |
def IsQueryInProgress(self): |
"""Determine if a query is in progress.""" |
return self.Properties('query_in_progress') |
- |