| Index: webkit/tools/test_shell/test_shell_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_gtk.cc (revision 69975)
|
| +++ webkit/tools/test_shell/test_shell_gtk.cc (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include <signal.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/data_pack.h"
|
| +#include "app/data_pack.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/message_loop.h"
|
| @@ -45,7 +45,7 @@
|
| }
|
|
|
| // Data resources on linux. This is a pointer to the mmapped resources file.
|
| -base::DataPack* g_resource_data_pack = NULL;
|
| +app::DataPack* g_resource_data_pack = NULL;
|
|
|
| void TerminationSignalHandler(int signatl) {
|
| TestShell::ShutdownTestShell();
|
| @@ -159,7 +159,7 @@
|
|
|
| web_prefs_ = new WebPreferences;
|
|
|
| - g_resource_data_pack = new base::DataPack;
|
| + g_resource_data_pack = new app::DataPack;
|
| FilePath data_path;
|
| PathService::Get(base::DIR_EXE, &data_path);
|
| data_path = data_path.Append("test_shell.pak");
|
|
|