| Index: chrome/browser/ui/views/bookmark_editor_view_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmark_editor_view_unittest.cc (revision 70995)
|
| +++ chrome/browser/ui/views/bookmark_editor_view_unittest.cc (working copy)
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <string>
|
| +
|
| #include "base/message_loop.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -10,7 +12,6 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/views/bookmark_editor_view.h"
|
| -#include "chrome/common/pref_names.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|