| Index: chrome/browser/language_order_table_model.cc
|
| diff --git a/chrome/browser/language_order_table_model.cc b/chrome/browser/language_order_table_model.cc
|
| index eadebe9e0e3da49932d1f45177014b504342683b..059891286b18943859943598069f78916c87f8fd 100644
|
| --- a/chrome/browser/language_order_table_model.cc
|
| +++ b/chrome/browser/language_order_table_model.cc
|
| @@ -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.
|
|
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "app/l10n_util.h"
|
| #include "app/table_model_observer.h"
|
| +#include "base/string_split.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
|
|
|
|