| Index: chrome/browser/ui/panels/old_base_panel_browser_test.cc
|
| diff --git a/chrome/browser/ui/panels/old_base_panel_browser_test.cc b/chrome/browser/ui/panels/old_base_panel_browser_test.cc
|
| index a2b6501b09b02dc986a688bcd6a062eee637f1d9..90923648a70ac177fd841c8759150ad445c41d97 100644
|
| --- a/chrome/browser/ui/panels/old_base_panel_browser_test.cc
|
| +++ b/chrome/browser/ui/panels/old_base_panel_browser_test.cc
|
| @@ -27,11 +27,11 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| -#include "chrome/common/string_ordinal.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "content/public/test/web_contents_tester.h"
|
| +#include "sync/api/string_ordinal.h"
|
|
|
| #if defined(OS_LINUX)
|
| #include "ui/base/x/x11_util.h"
|
| @@ -446,7 +446,7 @@ scoped_refptr<Extension> OldBasePanelBrowserTest::CreateExtension(
|
| EXPECT_TRUE(extension.get());
|
| EXPECT_STREQ("", error.c_str());
|
| browser()->profile()->GetExtensionService()->
|
| - OnExtensionInstalled(extension.get(), false, StringOrdinal());
|
| + OnExtensionInstalled(extension.get(), false, syncer::StringOrdinal());
|
| return extension;
|
| }
|
|
|
|
|