| Index: chrome/browser/chromeos/customization_document.h
|
| diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h
|
| index 9c9e868639fa0bc252812293a597f855a5f2e61e..a60a13665f59e6fea3becd596db3c145f4593719 100644
|
| --- a/chrome/browser/chromeos/customization_document.h
|
| +++ b/chrome/browser/chromeos/customization_document.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| @@ -148,7 +149,7 @@ class ServicesCustomizationDocument : public CustomizationDocument,
|
| static void SetApplied(bool val);
|
|
|
| // Overriden from content::URLFetcherDelegate:
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source);
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| // Initiate file fetching.
|
| void StartFileFetch();
|
|
|