| Index: chrome/common/extensions/url_pattern_unittest.cc
|
| diff --git a/chrome/common/extensions/url_pattern_unittest.cc b/chrome/common/extensions/url_pattern_unittest.cc
|
| index 03558b970eb2c0d48608cd22fb228cd7bbb0c47c..47cbdc82e8cd9d6ee416482c5e1cfed1f5f46d1a 100644
|
| --- a/chrome/common/extensions/url_pattern_unittest.cc
|
| +++ b/chrome/common/extensions/url_pattern_unittest.cc
|
| @@ -5,6 +5,7 @@
|
| #include "base/scoped_ptr.h"
|
| #include "chrome/common/extensions/url_pattern.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "googleurl/src/gurl.h"
|
|
|
| // See url_pattern.h for examples of valid and invalid patterns.
|
|
|
|
|