| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index 5617a1281ce8fbf9bc3c0841476666d21c182511..3b5dbbe9d55a5d81c82ec3872606da0b9c0ed23e 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -200,7 +200,7 @@ Visit.prototype.getResultDOM = function(propertyBag) {
|
|
|
| node.appendChild(entryBox);
|
| if (this.model_.isManagedProfile && this.model_.getGroupByDomain()) {
|
| - entryBox.appendChild(
|
| + node.appendChild(
|
| getManagedStatusDOM(this.urlManualBehavior, this.urlInContentPack));
|
| }
|
|
|
|
|