| Index: chrome/browser/history/shortcuts_database.cc
|
| diff --git a/chrome/browser/history/shortcuts_database.cc b/chrome/browser/history/shortcuts_database.cc
|
| index dc1da07b3cbd9d9667f12724dabaf4baf89ab9f5..526417c3c681eff1de53bfda08274d89aaccd485 100644
|
| --- a/chrome/browser/history/shortcuts_database.cc
|
| +++ b/chrome/browser/history/shortcuts_database.cc
|
| @@ -8,10 +8,10 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/guid.h"
|
| #include "base/logging.h"
|
| #include "base/stringprintf.h"
|
| #include "base/time.h"
|
| -#include "chrome/common/guid.h"
|
| #include "sql/statement.h"
|
|
|
| namespace {
|
|
|