Chromium Code Reviews| Index: content/browser/web_contents/navigation_entry_impl.cc |
| =================================================================== |
| --- content/browser/web_contents/navigation_entry_impl.cc (revision 164670) |
| +++ content/browser/web_contents/navigation_entry_impl.cc (working copy) |
| @@ -11,8 +11,6 @@ |
| #include "net/base/net_util.h" |
| #include "ui/base/text/text_elider.h" |
| -using content::SiteInstance; |
| - |
| // Use this to get a new unique ID for a NavigationEntry during construction. |
| // The returned ID is guaranteed to be nonzero (which is the "no ID" indicator). |
| static int GetUniqueIDInConstructor() { |
|
tfarina
2012/10/29 19:37:19
namespace {
int ...
} // namespace
|