| Index: chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc
|
| ===================================================================
|
| --- chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc (revision 147624)
|
| +++ chrome/renderer/safe_browsing/phishing_url_feature_extractor.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -15,7 +15,7 @@
|
| #include "base/string_util.h"
|
| #include "chrome/renderer/safe_browsing/features.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "net/base/registry_controlled_domain.h"
|
| +#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
|
|
|
| namespace safe_browsing {
|
|
|
|
|